Skip to content

Commit

Permalink
Add push to AzArtifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Apr 5, 2024
1 parent 67223fe commit ac2c909
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .pipelines/PSResourceGet-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,15 @@ extends:
displayName: Find signed Nupkg
- task: NuGetCommand@2
displayName: Push PowerShellGet module artifacts to PSGallery feed
displayName: Push PSResourceGet module to Azure feed
inputs:
command: push
packagesToPush: $(nugetPath)\Microsoft.PowerShell.PSResourceGet.*.nupkg
nuGetFeedType: external
publishFeedCredentials: AzArtifactsFeed

- task: NuGetCommand@2
displayName: Push PSResourceGet module artifacts to PSGallery feed
inputs:
command: push
packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'
Expand Down

0 comments on commit ac2c909

Please sign in to comment.