We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba4099 commit f8b78fcCopy full SHA for f8b78fc
.vsts.pipelines/jobs/prepare-artifacts.yml
@@ -43,6 +43,7 @@ jobs:
43
${{ insert }}: ${{ parameters.downloadBuildConfig }}
44
downloadType: single
45
artifactName: ${{ coalesce(gather.artifactName, format('Tarball {0} Offline', gather.job)) }}
46
+ itemPattern: '**/Private.SourceBuilt.Artifacts.*.tar.gz'
47
downloadPath: $(nonportableSourceBuiltStageDir)
48
allowPartiallySucceededBuilds: true
49
@@ -52,6 +53,7 @@ jobs:
52
53
54
55
artifactName: 'Tarball ${{ parameters.gatherPortableJob }} Offline Portable'
56
57
downloadPath: $(portableSourceBuiltStageDir)
58
59
0 commit comments