Skip to content

Commit fa0e96d

Browse files
committed
Update package push path for AzArtifactsFeed
1 parent ac2c909 commit fa0e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/PSResourceGet-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ extends:
329329
displayName: Push PSResourceGet module to Azure feed
330330
inputs:
331331
command: push
332-
packagesToPush: $(nugetPath)\Microsoft.PowerShell.PSResourceGet.*.nupkg
332+
packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'
333333
nuGetFeedType: external
334334
publishFeedCredentials: AzArtifactsFeed
335335

0 commit comments

Comments
 (0)