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')]
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue