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 08c6aee commit d4d4a46Copy full SHA for d4d4a46
.github/workflows/tests.yml
@@ -18,6 +18,7 @@ jobs:
18
run: |
19
dotnet nuget update source ProCoSysOfficial \
20
--username statoildeveloper \
21
- --password ${{ secrets.AZURE_ARTIFACTS_PAT }}
+ --password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
22
+ --store-password-in-clear-text
23
- name: Run tests
24
run: dotnet test
0 commit comments