Skip to content

Commit

Permalink
remove publish to MyGet from build (#103)
Browse files Browse the repository at this point in the history
* new compatability suppression for breaking changes

* remove publish to myget
  • Loading branch information
westin-m authored Sep 20, 2023
1 parent 2beea50 commit bcbe062
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build/template-publish-packages-and-symbols.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ steps:
PathtoPublish: '${{ parameters.ArtifactPublishPath }}'
ArtifactName: '${{ parameters.DropArtifactName }}'

- task: NuGetCommand@2
displayName: 'Publish packages to MyGet'
inputs:
command: push
packagesToPush: '${{ parameters.NugetPackagesWildcard }}'
nuGetFeedType: external
publishFeedCredentials: 'Wilson MyGet feed'
continueOnError: true

- task: NuGetCommand@2
displayName: 'Publish packages to VSTS feed'
inputs:
Expand Down

0 comments on commit bcbe062

Please sign in to comment.