From 591bdb08a79d23a90d18a547fec1cd22275db1d0 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Thu, 20 Aug 2020 15:35:43 -0700 Subject: [PATCH] remove GitHub packages --- build/azure-pipelines.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index ae91d26b68..537e1a2df9 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -145,20 +145,21 @@ stages: displayName: CI Deploy Artifacts condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) jobs: - - deployment: GitHub - displayName: GitHub Packages - environment: GitHub - strategy: - runOnce: - deploy: - steps: - - task: NuGetCommand@2 - displayName: NuGet Push - inputs: - command: push - packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg' - nuGetFeedType: external - publishFeedCredentials: 'GitHub-Packages' + # GitHub randomly started returning a 409 + # - deployment: GitHub + # displayName: GitHub Packages + # environment: GitHub + # strategy: + # runOnce: + # deploy: + # steps: + # - task: NuGetCommand@2 + # displayName: NuGet Push + # inputs: + # command: push + # packagesToPush: '$(Pipeline.Workspace)/**/*.nupkg' + # nuGetFeedType: external + # publishFeedCredentials: 'GitHub-Packages' - deployment: MyGet displayName: MyGet.org