mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
DownloadPipelineArtifact
This commit is contained in:
parent
b1df329d9e
commit
e941ccd499
1 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ jobs:
|
|||
- checkout: self
|
||||
fetchDepth: 1
|
||||
|
||||
- task: DownloadPipelineArtifacts@2
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: Download all .msix artifacts (x86)
|
||||
condition: and(succeeded(), eq(variables.PackageX86, 'true'))
|
||||
inputs:
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
itemPattern: '**/*.msix'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)\drop\x86
|
||||
|
||||
- task: DownloadPipelineArtifacts@2
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: Download all .msix artifacts (x64)
|
||||
condition: and(succeeded(), eq(variables.PackageX64, 'true'))
|
||||
inputs:
|
||||
|
@ -67,7 +67,7 @@ jobs:
|
|||
itemPattern: '**/*.msix'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)\drop\x64
|
||||
|
||||
- task: DownloadPipelineArtifacts@2
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: Download all .msix artifacts (ARM)
|
||||
condition: and(succeeded(), eq(variables.PackageARM, 'true'))
|
||||
inputs:
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
itemPattern: '**/*.msix'
|
||||
targetPath: $(Build.ArtifactStagingDirectory)\drop\ARM
|
||||
|
||||
- task: DownloadPipelineArtifacts@2
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: Download all .msix artifacts (ARM64)
|
||||
condition: and(succeeded(), eq(variables.PackageARM64, 'true'))
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue