Skip to content

Commit ac2c909

Browse files
committed
Add push to AzArtifacts
1 parent 67223fe commit ac2c909

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.pipelines/PSResourceGet-Official.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,15 @@ extends:
326326
displayName: Find signed Nupkg
327327
328328
- task: NuGetCommand@2
329-
displayName: Push PowerShellGet module artifacts to PSGallery feed
329+
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
330338
inputs:
331339
command: push
332340
packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'

0 commit comments

Comments
 (0)