Skip to content

Commit

Permalink
Update azure-pipelines-release.yaml for Azure Pipelines (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau authored Oct 10, 2023
1 parent d3c5ffa commit 418947c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build/azure-pipelines-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
buildProperties: 'VersionPrefix=${{parameters.VersionPrefix}};VersionSuffix=${{parameters.VersionSuffix}}'
verbosityPack: 'Normal'

#- task: NuGetCommand@2
# name: PublishNuGetPackages
# displayName: Publish to NuGet
# inputs:
# command: 'push'
# packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
# nuGetFeedType: 'external'
# publishFeedCredentials: 'nuget.org'
- task: NuGetCommand@2
name: PublishNuGetPackages
displayName: Publish to NuGet
inputs:
command: 'push'
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'nuget.org'

0 comments on commit 418947c

Please sign in to comment.