We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2c909 commit fa0e96dCopy full SHA for fa0e96d
.pipelines/PSResourceGet-Official.yml
@@ -329,7 +329,7 @@ extends:
329
displayName: Push PSResourceGet module to Azure feed
330
inputs:
331
command: push
332
- packagesToPush: $(nugetPath)\Microsoft.PowerShell.PSResourceGet.*.nupkg
+ packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'
333
nuGetFeedType: external
334
publishFeedCredentials: AzArtifactsFeed
335
0 commit comments