Skip to content

Commit f8b78fc

Browse files
authored
Download only Private.SourceBuilt artifacts
Update prepare-artifacts.yml to only update Private.SourceBuilt.Artifacts.*.tar.gz rather than all artifacts in the tarball folder.
1 parent aba4099 commit f8b78fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vsts.pipelines/jobs/prepare-artifacts.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
${{ insert }}: ${{ parameters.downloadBuildConfig }}
4444
downloadType: single
4545
artifactName: ${{ coalesce(gather.artifactName, format('Tarball {0} Offline', gather.job)) }}
46+
itemPattern: '**/Private.SourceBuilt.Artifacts.*.tar.gz'
4647
downloadPath: $(nonportableSourceBuiltStageDir)
4748
allowPartiallySucceededBuilds: true
4849

@@ -52,6 +53,7 @@ jobs:
5253
${{ insert }}: ${{ parameters.downloadBuildConfig }}
5354
downloadType: single
5455
artifactName: 'Tarball ${{ parameters.gatherPortableJob }} Offline Portable'
56+
itemPattern: '**/Private.SourceBuilt.Artifacts.*.tar.gz'
5557
downloadPath: $(portableSourceBuiltStageDir)
5658
allowPartiallySucceededBuilds: true
5759

0 commit comments

Comments
 (0)