From 418947cc219acbbb83a93ddc51617783880e0936 Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Tue, 10 Oct 2023 23:17:14 +0200 Subject: [PATCH] Update azure-pipelines-release.yaml for Azure Pipelines (#4) --- build/azure-pipelines-release.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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