@@ -317,42 +317,42 @@ jobs:
317
317
#
318
318
# Build the whole product using Mono and run libraries tests, for Wasm.Build.Tests
319
319
#
320
- # - template: /eng/pipelines/common/platform-matrix.yml
321
- # parameters:
322
- # jobTemplate: /eng/pipelines/common/global-build-job.yml
323
- # helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml
324
- # buildConfig: Release
325
- # runtimeFlavor: mono
326
- # platforms:
327
- # - Browser_wasm
328
- # variables:
329
- # # map dependencies variables to local variables
330
- # - name: monoContainsChange
331
- # value: $[ dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'] ]
332
- # - name: installerContainsChange
333
- # value: $[ dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'] ]
334
- # jobParameters:
335
- # testGroup: innerloop
336
- # nameSuffix: AllSubsets_Mono_WasmBuildTests
337
- # buildArgs: -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:TestWasmBuildTests=true /p:TestAssemblies=false
338
- # timeoutInMinutes: 180
339
- # condition: >-
340
- # or(
341
- # eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
342
- # eq(dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
343
- # eq(variables['isFullMatrix'], true))
344
- # # extra steps, run tests
345
- # extraStepsTemplate: /eng/pipelines/libraries/helix.yml
346
- # extraStepsParameters:
347
- # creator: dotnet-bot
348
- # testRunNamePrefixSuffix: Mono_$(_BuildConfig)
349
- # scenarios:
350
- # - buildwasmapps
351
- # condition: >-
352
- # or(
353
- # eq(variables['monoContainsChange'], true),
354
- # eq(variables['installerContainsChange'], true),
355
- # eq(variables['isFullMatrix'], true))
320
+ - template : /eng/pipelines/common/platform-matrix.yml
321
+ parameters :
322
+ jobTemplate : /eng/pipelines/common/global-build-job.yml
323
+ helixQueuesTemplate : /eng/pipelines/libraries/helix-queues-setup.yml
324
+ buildConfig : Release
325
+ runtimeFlavor : mono
326
+ platforms :
327
+ - Browser_wasm
328
+ variables :
329
+ # map dependencies variables to local variables
330
+ - name : monoContainsChange
331
+ value : $[ dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'] ]
332
+ - name : installerContainsChange
333
+ value : $[ dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'] ]
334
+ jobParameters :
335
+ testGroup : innerloop
336
+ nameSuffix : AllSubsets_Mono_WasmBuildTests
337
+ buildArgs : -s mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:TestWasmBuildTests=true /p:TestAssemblies=false
338
+ timeoutInMinutes : 180
339
+ condition : >-
340
+ or(
341
+ eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true),
342
+ eq(dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
343
+ eq(variables['isFullMatrix'], true))
344
+ # extra steps, run tests
345
+ extraStepsTemplate : /eng/pipelines/libraries/helix.yml
346
+ extraStepsParameters :
347
+ creator : dotnet-bot
348
+ testRunNamePrefixSuffix : Mono_$(_BuildConfig)
349
+ scenarios :
350
+ - buildwasmapps
351
+ condition : >-
352
+ or(
353
+ eq(variables['monoContainsChange'], true),
354
+ eq(variables['installerContainsChange'], true),
355
+ eq(variables['isFullMatrix'], true))
356
356
357
357
#
358
358
# Build for Browser/wasm, with EnableAggressiveTrimming=true
0 commit comments