File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11
11
include :
12
12
- ' *'
13
13
14
+ variables :
15
+ - ${{ if ne(variables['System.TeamProject'], 'internal') }} :
16
+ - name : _UseHelixOpenQueues
17
+ value : ' true'
18
+ - ${{ if eq(variables['System.TeamProject'], 'internal') }} :
19
+ - name : _UseHelixOpenQueues
20
+ value : ' false'
21
+
14
22
jobs :
15
23
- template : jobs/default-build.yml
16
24
parameters :
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ $env:BUILD_REPOSITORY_NAME="aspnetcore"
38
38
$env: SYSTEM_TEAMPROJECT = " aspnetcore"
39
39
40
40
$HelixQueues = $HelixQueues -replace " ;" , " %3B"
41
- dotnet msbuild $Project / t:Helix / p:IsRequiredCheck= true / p:IsHelixDaily= true / p:HelixTargetQueues= $HelixQueues / p:RunQuarantinedTests= $RunQuarantinedTests
41
+ dotnet msbuild $Project / t:Helix / p:IsRequiredCheck= true / p:IsHelixDaily= true / p:HelixTargetQueues= $HelixQueues / p:RunQuarantinedTests= $RunQuarantinedTests / p:_UseHelixOpenQueues = true
You can’t perform that action at this time.
0 commit comments