We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40b0c5 commit 9e3080eCopy full SHA for 9e3080e
.azure-pipelines/powershell-core.yml
@@ -12,7 +12,7 @@ variables:
12
TestTarget: Test
13
Configuration: Debug
14
DebugLocalBuildTasks: true
15
- IsGenerateBased: $[eq(variables['system.pullRequest.targetBranch'], 'generation')]
+ IsGenerateBased: $[startsWith(variables['system.pullRequest.targetBranch'], 'generation')]
16
BuildTimeoutInMinutes: 120
17
AnalysisTimeoutInMinutes: 120
18
TestTimeoutInMinutes: 180
0 commit comments