Skip to content

Commit

Permalink
remove GitHub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Aug 20, 2020
1 parent 92283bd commit 591bdb0
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 591bdb0

Please sign in to comment.