Skip to content

Commit 79085c8

Browse files
authored
Update windows-powershell.yml
1 parent 9e3080e commit 79085c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)