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 a8ee6f4 commit 6ae780eCopy full SHA for 6ae780e
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
dotnet-version: '8.0.x'
17
- name: Configure NuGet source
18
run: |
19
- dotnet nuget add source --name ProCoSysOfficial \
+ dotnet nuget update source --name ProCoSysOfficial \
20
--username statoildeveloper \
21
--password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
22
--store-password-in-clear-text \
0 commit comments