Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit f2f4057

Browse files
committed
Update azure-pipelines-package-alpha.yml for Azure Pipelines
1 parent 71329ae commit f2f4057

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

azure-pipelines-package-alpha.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,8 @@ steps:
120120
changeLogCompareToRelease: 'lastFullRelease'
121121
changeLogType: 'commitBased'
122122
assets: |
123-
'$(build.artifactStagingDirectory)/*'
124-
125-
- task: CopyFiles@2
126-
displayName: Copy artifacts to QuarrelInstaller repo
127-
inputs:
128-
SourceFolder: '$(build.artifactStagingDirectory)'
129-
Contents: '**'
130-
TargetFolder: '$(installerDirectory)'
123+
'$(build.artifactStagingDirectory)/*.msixbundle'
124+
'$(build.artifactStagingDirectory)/*.appx'
131125
132126
- script: |
133127
git config --global user.email $(GitHub-Email)

0 commit comments

Comments
 (0)