From 6a2f58b61692c6413de27c2c8176342177a67ae0 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Thu, 27 Oct 2022 14:23:22 -0700 Subject: [PATCH] Skip pushing packages to MyGet --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e4c75135f6..3c775bbbf3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -142,14 +142,14 @@ jobs: artifactName: "nuget" buildType: "current" downloadPath: "$(System.ArtifactsDirectory)" - - task: NuGetCommand@2 - displayName: "Push NuGet packages to myget.org" - inputs: - command: push - nuGetFeedType: external - packagesToPush: "$(System.ArtifactsDirectory)/nuget/**/*.nupkg" - publishFeedCredentials: myget.org - condition: and(succeeded(), or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], 'refs/heads/master'))) + #- task: NuGetCommand@2 + # displayName: "Push NuGet packages to myget.org" + # inputs: + # command: push + # nuGetFeedType: external + # packagesToPush: "$(System.ArtifactsDirectory)/nuget/**/*.nupkg" + # publishFeedCredentials: myget.org + # condition: and(succeeded(), or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], 'refs/heads/master'))) - task: NuGetCommand@2 displayName: "Push NuGet packages to nuget.org" inputs: