Skip to content

Commit 6257491

Browse files
authored
Fix prepare-artifacts portable dependency (#1806)
1 parent 86f32ac commit 6257491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ stages:
2424
dependsOn:
2525
- ${{ each gather in parameters.gatherJobs }}:
2626
- ${{ gather.job }}
27+
- ${{ parameters.gatherPortableJob }}
2728
jobs:
2829
- job: PrepareArtifacts
2930
pool:

0 commit comments

Comments
 (0)