Skip to content

Commit a2c2d25

Browse files
committed
Remove task to publish to AzArtifacts feed
1 parent 031f715 commit a2c2d25

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pipelines/PSResourceGet-Official.yml

-8
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,6 @@ extends:
329329
Get-ChildItem "$(Pipeline.Workspace)/drop_stagebuild_nupkg" -Recurse
330330
displayName: Find signed Nupkg
331331
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-
340332
- task: NuGetCommand@2
341333
displayName: Push PSResourceGet module artifacts to PSGallery feed
342334
inputs:

0 commit comments

Comments
 (0)