Skip to content

Commit 4791261

Browse files
Publish nuget package
1 parent 4c6b5e4 commit 4791261

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
@@ -128,10 +128,10 @@ stages:
128128
publishLocation: 'Container'
129129
displayName: 'Publish NuGet Package as Build Artifact'
130130

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'
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'

0 commit comments

Comments
 (0)