Skip to content

Commit 08c6aee

Browse files
committed
r
1 parent 6ae780e commit 08c6aee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
dotnet-version: '8.0.x'
1717
- name: Configure NuGet source
1818
run: |
19-
dotnet nuget update source --name ProCoSysOfficial \
19+
dotnet nuget update source ProCoSysOfficial \
2020
--username statoildeveloper \
21-
--password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
22-
--store-password-in-clear-text \
23-
https://statoildeveloper.pkgs.visualstudio.com/_packaging/ProCoSysOfficial/nuget/v3/index.json
21+
--password ${{ secrets.AZURE_ARTIFACTS_PAT }}
2422
- name: Run tests
2523
run: dotnet test

0 commit comments

Comments
 (0)