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 bc26ed9 commit 0abe24cCopy full SHA for 0abe24c
azure-pipelines/build-and-publish.yml
@@ -117,10 +117,10 @@ stages:
117
publishLocation: 'Container'
118
displayName: 'Publish NuGet Package as Build Artifact'
119
120
- # - task: NuGetCommand@2
121
- # inputs:
122
- # command: 'push'
123
- # packagesToPush: '$(Build.ArtifactStagingDirectory)/nuget/*.nupkg'
124
- # nuGetFeedType: 'external'
125
- # publishFeedCredentials: 'NuGet'
126
- # 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