File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ variables:
12
12
TestTarget : Test
13
13
Configuration : Debug
14
14
DebugLocalBuildTasks : true
15
- IsGenerateBased : $[eq (variables['system.pullRequest.targetBranch'], 'generation')]
15
+ IsGenerateBased : $[startsWith (variables['system.pullRequest.targetBranch'], 'generation')]
16
16
BuildTimeoutInMinutes : 120
17
17
AnalysisTimeoutInMinutes : 120
18
18
TestTimeoutInMinutes : 180
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ variables:
6
6
TestTarget : Test
7
7
Configuration : Debug
8
8
DebugLocalBuildTasks : true
9
- IsGenerateBased : $[eq (variables['system.pullRequest.targetBranch'], 'generation')]
9
+ IsGenerateBased : $[startsWith (variables['system.pullRequest.targetBranch'], 'generation')]
10
10
BuildTimeoutInMinutes : 120
11
11
AnalysisTimeoutInMinutes : 120
12
12
EnableTestCoverage : true
You can’t perform that action at this time.
0 commit comments