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 4c6b5e4 commit 4791261Copy full SHA for 4791261
azure-pipelines/build-and-publish.yml
@@ -128,10 +128,10 @@ stages:
128
publishLocation: 'Container'
129
displayName: 'Publish NuGet Package as Build Artifact'
130
131
- # - task: NuGetCommand@2
132
- # inputs:
133
- # command: 'push'
134
- # packagesToPush: '$(Build.ArtifactStagingDirectory)/nuget/*.nupkg'
135
- # nuGetFeedType: 'external'
136
- # publishFeedCredentials: 'NuGet.Org'
137
- # displayName: 'Publish to NuGet.org'
+ - task: NuGetCommand@2
+ inputs:
+ command: 'push'
+ packagesToPush: '$(Build.ArtifactStagingDirectory)/nuget/*.nupkg'
+ nuGetFeedType: 'external'
+ publishFeedCredentials: 'NuGet.Org'
+ displayName: 'Publish to NuGet.org'
0 commit comments