@@ -129,11 +129,6 @@ jobs:
129
129
- eng/pipelines/coreclr/*
130
130
- eng/pipelines/mono/*
131
131
- eng/pipelines/libraries/*
132
-
133
- # Temporary workaround to: https://github.com/dotnet/runtime/issues/39238
134
- - subset : testsproj
135
- include :
136
- - src/libraries/tests.proj
137
132
138
133
#
139
134
# Build CoreCLR checked
@@ -318,8 +313,8 @@ jobs:
318
313
- Browser_wasm
319
314
variables :
320
315
# map dependencies variables to local variables
321
- - name : testsProjContainsChange
322
- value : $[ dependencies.checkout.outputs['SetPathVars_testsproj .containsChange'] ]
316
+ - name : librariesContainsChange
317
+ value : $[ dependencies.checkout.outputs['SetPathVars_libraries .containsChange'] ]
323
318
- name : monoContainsChange
324
319
value : $[ dependencies.checkout.outputs['SetPathVars_mono.containsChange'] ]
325
320
jobParameters :
@@ -338,10 +333,9 @@ jobs:
338
333
extraStepsParameters :
339
334
creator : dotnet-bot
340
335
testRunNamePrefixSuffix : Mono_$(_BuildConfig)
341
- # update once: https://github.com/dotnet/runtime/issues/39238 is fixed
342
336
condition : >-
343
337
or(
344
- eq(variables['testsProjContainsChange '], true),
338
+ eq(variables['librariesContainsChange '], true),
345
339
eq(variables['monoContainsChange'], true),
346
340
eq(variables['isFullMatrix'], true))
347
341
0 commit comments