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 9e3080e commit 79085c8Copy full SHA for 79085c8
.azure-pipelines/windows-powershell.yml
@@ -6,7 +6,7 @@ variables:
6
TestTarget: Test
7
Configuration: Debug
8
DebugLocalBuildTasks: true
9
- IsGenerateBased: $[eq(variables['system.pullRequest.targetBranch'], 'generation')]
+ IsGenerateBased: $[startsWith(variables['system.pullRequest.targetBranch'], 'generation')]
10
BuildTimeoutInMinutes: 120
11
AnalysisTimeoutInMinutes: 120
12
EnableTestCoverage: true
0 commit comments