From 0449e32f4b83043cacb6e1dc55a8cbc3c5480ec6 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Thu, 21 Mar 2024 14:03:21 -0700 Subject: [PATCH] Change back to 'external_distribution' for nupkg signing --- .pipelines/PSReadLine-Official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/PSReadLine-Official.yml b/.pipelines/PSReadLine-Official.yml index ef4897ed7..ab49deeee 100644 --- a/.pipelines/PSReadLine-Official.yml +++ b/.pipelines/PSReadLine-Official.yml @@ -225,7 +225,7 @@ extends: displayName: Sign nupkg inputs: command: 'sign' - signing_profile: external_default + signing_profile: external_distribution files_to_sign: '*.nupkg' search_root: $(nugetPath)