Skip to content

Commit df4fa6b

Browse files
committed
more nfci
1 parent d2a4f30 commit df4fa6b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build/pipelines/templates-v2/job-pgo-merge-pgd.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,25 @@ jobs:
4141
artifactName: build-${{ platform }}-${{ parameters.buildConfiguration }}${{ parameters.artifactStem }}
4242
itemPattern: '**/*.pgd'
4343
downloadPath: '$(Build.SourcesDirectory)/pgd/${{ platform }}/${{ parameters.buildConfiguration }}'
44+
buildType: specific
45+
runVersion: specific
46+
project: Dart
47+
pipeline: 71496
48+
runId: 138504234
49+
allowPartiallySucceededBuilds: true
50+
allowFailedBuilds: true
4451
- task: DownloadPipelineArtifact@2
4552
displayName: Download PGO Counts for ${{ platform }}
4653
inputs:
4754
artifactName: pgc-intermediates-${{ platform }}-${{ parameters.buildConfiguration }}${{ parameters.artifactStem }}
4855
downloadPath: '$(Build.SourcesDirectory)/pgc/${{ platform }}/${{ parameters.buildConfiguration }}'
56+
buildType: specific
57+
runVersion: specific
58+
project: Dart
59+
pipeline: 71496
60+
runId: 138504234
61+
allowPartiallySucceededBuilds: true
62+
allowFailedBuilds: true
4963
- pwsh: |-
5064
$Arch = '${{ platform }}'
5165
$Conf = '${{ parameters.buildConfiguration }}'

0 commit comments

Comments
 (0)