From bf6c3f92efaf16fff64f8d0ad07cab678a6b89a8 Mon Sep 17 00:00:00 2001 From: Cory Volk <57420088+volkcor@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:21:42 -0800 Subject: [PATCH] Update package-msixbundle.yaml --- 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