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.
2 parents d48d1e3 + 3a763d7 commit a415d51Copy full SHA for a415d51
azure-pipelines.yml
@@ -89,7 +89,7 @@ steps:
89
NUGET_ORG_APIKEY: '$(NUGET_ORG_APIKEY)'
90
inputs:
91
targetType: 'inline'
92
- script: 'dotnet nuget push "*.nupkg" --skip-duplicate --api-key $(NUGET_ORG_APIKEY) --source https://api.nuget.org/v3/index.json'
+ script: 'dotnet nuget push "*.nupkg" --skip-duplicate --api-key $NUGET_ORG_APIKEY --source https://api.nuget.org/v3/index.json'
93
workingDirectory: '$(Build.ArtifactStagingDirectory)'
94
95
- task: NuGetCommand@2
0 commit comments