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 6309ca9 commit 0a32254Copy full SHA for 0a32254
azure-pipelines.yml
@@ -91,7 +91,7 @@ steps:
91
NUGET_ORG_APIKEY: '$(NUGET_ORG_APIKEY)'
92
inputs:
93
targetType: 'inline'
94
- 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'
95
workingDirectory: '$(Build.ArtifactStagingDirectory)'
96
97
- task: NuGetCommand@2
0 commit comments