Skip to content

Commit cc3cffb

Browse files
azure-powershell-botazurepowershell
andauthored
Sync tools folder from main branch to generation branch (#23721)
Co-authored-by: azurepowershell <[email protected]>
1 parent 974126d commit cc3cffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/powershell-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
TestTarget: Test
1313
Configuration: Debug
1414
DebugLocalBuildTasks: true
15-
IsGenerateBased: $[eq(variables['system.pullRequest.targetBranch'], 'generation')]
15+
IsGenerateBased: $[startsWith(variables['system.pullRequest.targetBranch'], 'generation')]
1616
BuildTimeoutInMinutes: 120
1717
AnalysisTimeoutInMinutes: 120
1818
TestTimeoutInMinutes: 180

.azure-pipelines/windows-powershell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ variables:
66
TestTarget: Test
77
Configuration: Debug
88
DebugLocalBuildTasks: true
9-
IsGenerateBased: $[eq(variables['system.pullRequest.targetBranch'], 'generation')]
9+
IsGenerateBased: $[startsWith(variables['system.pullRequest.targetBranch'], 'generation')]
1010
BuildTimeoutInMinutes: 120
1111
AnalysisTimeoutInMinutes: 120
1212
EnableTestCoverage: true

0 commit comments

Comments
 (0)