We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae780e commit 08c6aeeCopy full SHA for 08c6aee
.github/workflows/tests.yml
@@ -16,10 +16,8 @@ jobs:
16
dotnet-version: '8.0.x'
17
- name: Configure NuGet source
18
run: |
19
- dotnet nuget update source --name ProCoSysOfficial \
+ dotnet nuget update source ProCoSysOfficial \
20
--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
+ --password ${{ secrets.AZURE_ARTIFACTS_PAT }}
24
- name: Run tests
25
run: dotnet test
0 commit comments