We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031f715 commit a2c2d25Copy full SHA for a2c2d25
.pipelines/PSResourceGet-Official.yml
@@ -329,14 +329,6 @@ extends:
329
Get-ChildItem "$(Pipeline.Workspace)/drop_stagebuild_nupkg" -Recurse
330
displayName: Find signed Nupkg
331
332
- - task: NuGetCommand@2
333
- displayName: Push PSResourceGet module to Azure feed
334
- inputs:
335
- command: push
336
- packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg'
337
- nuGetFeedType: external
338
- publishFeedCredentials: AzArtifactsFeed
339
-
340
- task: NuGetCommand@2
341
displayName: Push PSResourceGet module artifacts to PSGallery feed
342
inputs:
0 commit comments