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 199ce82 commit d0f2bfdCopy full SHA for d0f2bfd
.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
131
132
- name: Upload NuGet package to Azure DevOps
133
run: |
134
- dotnet nuget update source gmodnet-packages --store-password-in-clear-text --username CI --password ${{ secrets.DEVOPS_PASSWORD }}
+ dotnet nuget update source gmodnet-packages --store-password-in-clear-text --username CI --password ${{ secrets.AZURE_DEVOPS_ARTIFACTS_PAT }}
135
dotnet nuget push nupkgs/**.nupkg --source gmodnet-packages --api-key az --skip-duplicate
136
137
- name: Upload NuGet package to NuGet.org
0 commit comments