File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ stages:
47
47
downloadType : single
48
48
artifactName : ${{ coalesce(gather.artifactName, format('Tarball {0}', gather.job)) }}
49
49
downloadPath : $(nonportableSourceBuiltStageDir)
50
- itemPattern : /*/Private.SourceBuilt.Artifacts.*.tar.gz
50
+ itemPattern : |
51
+ **/Private.SourceBuilt.Artifacts.*.tar.gz
51
52
allowPartiallySucceededBuilds : true
52
53
53
54
- task : DownloadBuildArtifacts@0
@@ -57,7 +58,8 @@ stages:
57
58
downloadType : single
58
59
artifactName : ' Tarball ${{ parameters.gatherPortableJob }}'
59
60
downloadPath : $(portableSourceBuiltStageDir)
60
- itemPattern : /*/Private.SourceBuilt.Artifacts.*.tar.gz
61
+ itemPattern : |
62
+ **/Private.SourceBuilt.Artifacts.*.tar.gz
61
63
allowPartiallySucceededBuilds : true
62
64
63
65
- script : |
You can’t perform that action at this time.
0 commit comments