@@ -989,17 +989,19 @@ extends:
989
989
value : $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'] ]
990
990
- name : monoContainsChange
991
991
value : $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'] ]
992
+ - name : illinkContainsChange
993
+ value : $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_tools_illink.containsChange'] ]
992
994
jobParameters :
993
995
testGroup : innerloop
994
996
nameSuffix : AllSubsets_Mono
995
- # Tracking issue: https://github.com/dotnet/runtime/issues/82637
996
- buildArgs : -s mono+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- /p:RunAOTCompilation=true /p:RunSmokeTestsOnly=true /p:BuildTestsOnHelix=true /p:EnableAdditionalTimezoneChecks=true /p:UsePortableRuntimePack=true /p:BuildDarwinFrameworks=true /p:EnableAggressiveTrimming=false
997
+ buildArgs : -s mono+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:DevTeamProvisioning=- /p:RunAOTCompilation=true /p:RunSmokeTestsOnly=true /p:BuildTestsOnHelix=true /p:EnableAdditionalTimezoneChecks=true /p:UsePortableRuntimePack=true /p:BuildDarwinFrameworks=true /p:EnableAggressiveTrimming=true
997
998
timeoutInMinutes : 480
998
999
condition : >-
999
1000
or(
1000
1001
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
1001
1002
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
1002
1003
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
1004
+ eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_tools_illink.containsChange'], true),
1003
1005
eq(variables['isRollingBuild'], true))
1004
1006
# extra steps, run tests
1005
1007
postBuildSteps :
@@ -1012,6 +1014,7 @@ extends:
1012
1014
or(
1013
1015
eq(variables['librariesContainsChange'], true),
1014
1016
eq(variables['monoContainsChange'], true),
1017
+ eq(variables['illinkContainsChange'], true),
1015
1018
eq(variables['isRollingBuild'], true))
1016
1019
1017
1020
#
0 commit comments