From 92b10cf61c91d19ef6f3d7d6351a4c12a30f07e3 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Wed, 1 May 2024 15:32:45 -0700 Subject: [PATCH] Fix NuGet publish step --- .pipelines/ConsoleGuiTools-Official.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pipelines/ConsoleGuiTools-Official.yml b/.pipelines/ConsoleGuiTools-Official.yml index b246120..fb3da26 100644 --- a/.pipelines/ConsoleGuiTools-Official.yml +++ b/.pipelines/ConsoleGuiTools-Official.yml @@ -161,4 +161,5 @@ extends: inputs: command: push packagesToPush: $(drop)/Microsoft.PowerShell.ConsoleGuiTools.$(version).nupkg + nuGetFeedType: external publishFeedCredentials: PowerShellGallery