diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 432c81218e..ff42b75c32 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -145,14 +145,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: