From da61b795fb0071feb5563e29daffd9bb180e84af Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Thu, 26 Oct 2023 23:38:08 +0800 Subject: [PATCH] fix package --- build/pipelines/templates/package-msixbundle.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/templates/package-msixbundle.yaml b/build/pipelines/templates/package-msixbundle.yaml index f81a4504..4bc2fe30 100644 --- a/build/pipelines/templates/package-msixbundle.yaml +++ b/build/pipelines/templates/package-msixbundle.yaml @@ -31,12 +31,12 @@ jobs: PackageARM64: $[in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues')] templateContext: outputs: - - ${{ if eq(parameters.signBundle, true) }}: + - ${{ if eq(parameters.signBundle, false) }}: - output: pipelineArtifact displayName: Publish MsixBundle artifact targetPath: $(Build.ArtifactStagingDirectory)\msixBundle artifactName: msixBundle - - ${{ if eq(parameters.signBundle, false) }}: + - ${{ else }}: - output: pipelineArtifact displayName: Publish MsixBundleSigned artifact targetPath: $(Build.ArtifactStagingDirectory)\msixBundle