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 67223fe commit ac2c909Copy full SHA for ac2c909
.pipelines/PSResourceGet-Official.yml
@@ -326,7 +326,15 @@ extends:
326
displayName: Find signed Nupkg
327
328
- task: NuGetCommand@2
329
- displayName: Push PowerShellGet module artifacts to PSGallery feed
+ displayName: Push PSResourceGet module to Azure feed
330
+ inputs:
331
+ command: push
332
+ packagesToPush: $(nugetPath)\Microsoft.PowerShell.PSResourceGet.*.nupkg
333
+ nuGetFeedType: external
334
+ publishFeedCredentials: AzArtifactsFeed
335
+
336
+ - task: NuGetCommand@2
337
+ displayName: Push PSResourceGet module artifacts to PSGallery feed
338
inputs:
339
command: push
340
packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'
0 commit comments