Skip to content

Commit

Permalink
Remove task to publish to AzArtifacts feed
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Apr 5, 2024
1 parent 031f715 commit a2c2d25
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .pipelines/PSResourceGet-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,6 @@ extends:
Get-ChildItem "$(Pipeline.Workspace)/drop_stagebuild_nupkg" -Recurse
displayName: Find signed Nupkg
- task: NuGetCommand@2
displayName: Push PSResourceGet module to Azure feed
inputs:
command: push
packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'
nuGetFeedType: external
publishFeedCredentials: AzArtifactsFeed

- task: NuGetCommand@2
displayName: Push PSResourceGet module artifacts to PSGallery feed
inputs:
Expand Down

0 comments on commit a2c2d25

Please sign in to comment.