From 8f276f44fcb7b3e92234ec84d65c5f2ada85b990 Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Thu, 1 Dec 2022 08:43:21 -0800 Subject: [PATCH] Update package-msixbundle.yaml (#1954) --- build/pipelines/templates/package-msixbundle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index 683c5b2d..0ca7509e 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -81,7 +81,7 @@ jobs: pathToPublish: $(Build.ArtifactStagingDirectory)\msixBundle - ${{ if eq(parameters.signBundle, true) }}: - - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 + - task: EsrpCodeSigning@2 displayName: Send msixbundle to code signing service inputs: ConnectedServiceName: Essential Experiences Codesign