File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
build/pipelines/templates-v2 Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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 }}'
You can’t perform that action at this time.
0 commit comments