From 2cc85806c561a9395751a96a818e8ff1592d19f7 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Tue, 2 Apr 2024 23:21:11 +0000 Subject: [PATCH] Merged PR 30594: Change az feed push to see if it works Change az feed push to see if it works --- .pipelines/PSReadLine-Official.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/PSReadLine-Official.yml b/.pipelines/PSReadLine-Official.yml index 79ed7928..b84c0013 100644 --- a/.pipelines/PSReadLine-Official.yml +++ b/.pipelines/PSReadLine-Official.yml @@ -284,8 +284,8 @@ extends: inputs: command: push packagesToPush: $(nugetPath)\PSReadLine.*.nupkg - nuGetFeedType: internal - publishVstsFeed: AzArtifactsFeed + nuGetFeedType: external + publishFeedCredentials: AzArtifactsFeed - task: NuGetCommand@2 displayName: Push PSReadLine module to PSGallery feed