Skip to content

Commit 0abe24c

Browse files
Add publish step
1 parent bc26ed9 commit 0abe24c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines/build-and-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ stages:
117117
publishLocation: 'Container'
118118
displayName: 'Publish NuGet Package as Build Artifact'
119119

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'
120+
- task: NuGetCommand@2
121+
inputs:
122+
command: 'push'
123+
packagesToPush: '$(Build.ArtifactStagingDirectory)/nuget/*.nupkg'
124+
nuGetFeedType: 'external'
125+
publishFeedCredentials: 'NuGet.Org'
126+
displayName: 'Publish to NuGet.org'

0 commit comments

Comments
 (0)