From 0c245a80504ef38cc541ab9c6cf76d0b14e813e4 Mon Sep 17 00:00:00 2001 From: Vladimir Morozov Date: Thu, 26 Oct 2023 12:44:49 -0700 Subject: [PATCH] Use new code signing connection (#168) --- .ado/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index 33399a10..409779f6 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -174,7 +174,7 @@ jobs: - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2 displayName: CodeSign Binaries inputs: - ConnectedServiceName: ESRP-JsHost + ConnectedServiceName: ESRP-JsHost2 FolderPath: $(Build.SourcesDirectory)/out/bin/Release # Recursively finds files matching these patterns: Pattern: | @@ -218,7 +218,7 @@ jobs: - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2 displayName: CodeSign NuGets inputs: - ConnectedServiceName: ESRP-JsHost + ConnectedServiceName: ESRP-JsHost2 FolderPath: $(Build.SourcesDirectory)/out/pkg Pattern: | **/Microsoft.JavaScript.NodeApi.*.nupkg