Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed Aug 20, 2024
2 parents 5ca8f65 + 0773e10 commit 4e9b86d
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,33 +87,28 @@ steps:
maximumCpuCount: true
msbuildArchitecture: 'x64'

- task: DeleteFiles@1
inputs:
Contents: |
ARM64\install.tar.gz
x64\install.tar.gz
- task: CopyFiles@2
inputs:
SourceFolder: '$(appxPackageDir)'
Contents: '**\*bundle.msixupload'
TargetFolder: '$(Build.ArtifactStagingDirectory)'
- task: CopyFiles@2
- task: DeleteFiles@1
inputs:
SourceFolder: '$(appxPackageDir)'
Contents: '**\*.msixbundle'
TargetFolder: '$(Build.ArtifactStagingDirectory)'
Contents: |
**\*bundle.msixupload
**\*.msixbundle
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: 'drop'
publishLocation: 'Container'

- task: DeleteFiles@1
inputs:
SourceFolder: '$(appxPackageDir)'
Contents: '**\*.msixbundle'
- task: DeleteFiles@1
inputs:
Contents: 'x64\install.tar.gz'
- task: DeleteFiles@1
inputs:
Contents: 'ARM64\install.tar.gz'

- task: store-flight@0
continueOnError: true
timeoutInMinutes: 10
Expand Down

0 comments on commit 4e9b86d

Please sign in to comment.