File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 99
1010 <PropertyGroup >
1111 <!-- Optional, defaults to main. Name of the branch which will be used for calculating branch point. -->
12- <PGOBranch >main </PGOBranch >
12+ <PGOBranch >TEST_NO_COLLISION_BRANCH </PGOBranch >
1313
1414 <!-- Mandatory. Name of the NuGet package which will contain PGO databases for consumption by build system. -->
1515 <PGOPackageName >Microsoft.Internal.Windows.Terminal.PGODatabase</PGOPackageName >
Original file line number Diff line number Diff line change 4040 inputs :
4141 artifact : pgd-merged-${{ parameters.buildConfiguration }}${{ parameters.artifactStem }}
4242 downloadPath : $(artifactsPath)
43+ buildType : specific
44+ runVersion : specific
45+ project : Dart
46+ pipeline : 71496
47+ runId : 138504234
48+ allowPartiallySucceededBuilds : true
49+ allowFailedBuilds : true
50+
4351
4452 - template : steps-ensure-nuget-version.yml
4553
Original file line number Diff line number Diff line change 3636 inputs :
3737 artifactName : build-${{ parameters.buildPlatform }}-$(BuildConfiguration)${{ parameters.artifactStem }}
3838 downloadPath : $(Terminal.BinDir)
39+ buildType : specific
40+ runVersion : specific
41+ project : Dart
42+ pipeline : 71496
43+ runId : 138504234
44+ allowPartiallySucceededBuilds : true
45+ allowFailedBuilds : true
3946
4047 # The tests expect Terminal to be an unpackaged distribution named terminal-0.0.1.0 (after the dev build version scheme)
4148 # Extract to that folder explicitly and strip the embedded folder name from the unpackaged archive.
You can’t perform that action at this time.
0 commit comments