From b19e2efcebc19143dcd6cee0ea7dafb719564c84 Mon Sep 17 00:00:00 2001 From: secana Date: Mon, 12 Oct 2020 19:07:24 +0200 Subject: [PATCH] fck --- azure-pipelines.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c38028f..2abdde5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,15 +90,15 @@ jobs: displayName: Get version from tag condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) - - task: NuGetCommand@2 - displayName: "Publish tool to NuGet.org" - condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) - inputs: - command: push - nuGetFeedType: external - allowPackageConflicts: true - publishFeedCredentials: "Nuget.org" - packagesToPush: "$(System.ArtifactsDirectory)/certdump/*.*nupkg" + # - task: NuGetCommand@2 + # displayName: "Publish tool to NuGet.org" + # condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) + # inputs: + # command: push + # nuGetFeedType: external + # allowPackageConflicts: true + # publishFeedCredentials: "Nuget.org" + # packagesToPush: "$(System.ArtifactsDirectory)/certdump/*.*nupkg" - task: GitHubRelease@0 displayName: Create GitHub Release