From fa0e96df08c52cbf4ba09906758ac1486175bb60 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:50:27 -0700 Subject: [PATCH] Update package push path for AzArtifactsFeed --- .pipelines/PSResourceGet-Official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/PSResourceGet-Official.yml b/.pipelines/PSResourceGet-Official.yml index 9ae506f7b..9c8dbf825 100644 --- a/.pipelines/PSResourceGet-Official.yml +++ b/.pipelines/PSResourceGet-Official.yml @@ -329,7 +329,7 @@ extends: displayName: Push PSResourceGet module to Azure feed inputs: command: push - packagesToPush: $(nugetPath)\Microsoft.PowerShell.PSResourceGet.*.nupkg + packagesToPush: '$(Pipeline.Workspace)\drop_stagebuild_nupkg\PSResourceGet\signed\PublishedNupkg\Microsoft.PowerShell.PSResourceGet.*.nupkg' nuGetFeedType: external publishFeedCredentials: AzArtifactsFeed