mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
fix package
This commit is contained in:
parent
e5a2ba8828
commit
da61b795fb
1 changed files with 2 additions and 2 deletions
|
@ -31,12 +31,12 @@ jobs:
|
||||||
PackageARM64: $[in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues')]
|
PackageARM64: $[in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues')]
|
||||||
templateContext:
|
templateContext:
|
||||||
outputs:
|
outputs:
|
||||||
- ${{ if eq(parameters.signBundle, true) }}:
|
- ${{ if eq(parameters.signBundle, false) }}:
|
||||||
- output: pipelineArtifact
|
- output: pipelineArtifact
|
||||||
displayName: Publish MsixBundle artifact
|
displayName: Publish MsixBundle artifact
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)\msixBundle
|
targetPath: $(Build.ArtifactStagingDirectory)\msixBundle
|
||||||
artifactName: msixBundle
|
artifactName: msixBundle
|
||||||
- ${{ if eq(parameters.signBundle, false) }}:
|
- ${{ else }}:
|
||||||
- output: pipelineArtifact
|
- output: pipelineArtifact
|
||||||
displayName: Publish MsixBundleSigned artifact
|
displayName: Publish MsixBundleSigned artifact
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)\msixBundle
|
targetPath: $(Build.ArtifactStagingDirectory)\msixBundle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue