We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b468b commit 4a12b3dCopy full SHA for 4a12b3d
build/pipelines/templates-v2/job-run-pgo-tests.yml
@@ -36,6 +36,13 @@ jobs:
36
inputs:
37
artifactName: build-${{ parameters.buildPlatform }}-$(BuildConfiguration)${{ parameters.artifactStem }}
38
downloadPath: $(Terminal.BinDir)
39
+ buildType: specific
40
+ runVersion: specific
41
+ project: Dart
42
+ pipeline: 71496
43
+ runId: 138609365
44
+ allowPartiallySucceededBuilds: true
45
+ allowFailedBuilds: true
46
47
# The tests expect Terminal to be an unpackaged distribution named terminal-0.0.1.0 (after the dev build version scheme)
48
# Extract to that folder explicitly and strip the embedded folder name from the unpackaged archive.
0 commit comments