diff --git a/build/azure-pipelines-release.yaml b/build/azure-pipelines-release.yaml index fcd38e0..8ee52f1 100644 --- a/build/azure-pipelines-release.yaml +++ b/build/azure-pipelines-release.yaml @@ -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' \ No newline at end of file + - 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' \ No newline at end of file