@@ -1279,9 +1279,10 @@ extends:
1279
1279
buildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
1280
1280
platforms :
1281
1281
- windows_x86
1282
+ helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
1282
1283
jobParameters :
1283
1284
nameSuffix : Installer_Build_And_Test
1284
- buildArgs : -s host+packs -c $(_BuildConfig) -lc Release -rc Release -test
1285
+ buildArgs : -s host+packs -c $(_BuildConfig) -lc Release -rc Release
1285
1286
dependsOnGlobalBuilds :
1286
1287
- nameSuffix : CoreCLR_Libraries
1287
1288
buildConfig : release
@@ -1298,6 +1299,9 @@ extends:
1298
1299
- template : /eng/pipelines/installer/steps/upload-job-artifacts.yml
1299
1300
parameters :
1300
1301
name : $(osGroup)$(osSubgroup)_$(archType)
1302
+ - template : /eng/pipelines/installer/steps/helix.yml
1303
+ parameters :
1304
+ creator : dotnet-bot
1301
1305
condition :
1302
1306
or(
1303
1307
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_non_mono_and_wasm.containsChange'], true),
@@ -1311,9 +1315,10 @@ extends:
1311
1315
- windows_x64
1312
1316
- osx_x64
1313
1317
- linux_x64
1318
+ helixQueuesTemplate : /eng/pipelines/coreclr/templates/helix-queues-setup.yml
1314
1319
jobParameters :
1315
1320
nameSuffix : Installer_Build_And_Test
1316
- buildArgs : -s host+packs -c $(_BuildConfig) -lc ${{ variables.debugOnPrReleaseOnRolling }} -rc Release -test
1321
+ buildArgs : -s host+packs -c $(_BuildConfig) -lc ${{ variables.debugOnPrReleaseOnRolling }} -rc Release
1317
1322
dependsOnGlobalBuilds :
1318
1323
- nameSuffix : CoreCLR_Libraries
1319
1324
buildConfig : ${{ variables.debugOnPrReleaseOnRolling }}
@@ -1330,6 +1335,9 @@ extends:
1330
1335
- template : /eng/pipelines/installer/steps/upload-job-artifacts.yml
1331
1336
parameters :
1332
1337
name : $(osGroup)$(osSubgroup)_$(archType)
1338
+ - template : /eng/pipelines/installer/steps/helix.yml
1339
+ parameters :
1340
+ creator : dotnet-bot
1333
1341
condition :
1334
1342
or(
1335
1343
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_non_mono_and_wasm.containsChange'], true),
0 commit comments