Skip to content

Commit

Permalink
Update package push path for AzArtifactsFeed
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Apr 5, 2024
1 parent ac2c909 commit fa0e96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/PSResourceGet-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ extends:
displayName: Push PSResourceGet module to Azure feed
inputs:
command: push
packagesToPush: $(nugetPath)\Microsoft.PowerShell.PSResourceGet.*.nupkg
packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'
nuGetFeedType: external
publishFeedCredentials: AzArtifactsFeed

Expand Down

0 comments on commit fa0e96d

Please sign in to comment.