File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 8181 # Limiting interp runs as we don't need as much coverage.
8282 - (Debian.12.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
8383
84- # Linux s390x
85- - ${{ if eq(parameters.platform, 'linux_s390x') }} :
86- - Ubuntu.2004.S390X.Experimental.Open
87-
88- # Linux PPC64le
89- - ${{ if eq(parameters.platform, 'linux_ppc64le') }} :
90- - Ubuntu.2204.PPC64le.Experimental.Open
91-
9284 # OSX arm64
9385 - ${{ if eq(parameters.platform, 'osx_arm64') }} :
9486 - OSX.1200.ARM64.Open
Original file line number Diff line number Diff line change @@ -70,17 +70,6 @@ extends:
7070 eq(dependencies.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
7171 eq(dependencies.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
7272 eq(variables['isRollingBuild'], true))
73- # extra steps, run tests
74- postBuildSteps :
75- - template : /eng/pipelines/libraries/helix.yml
76- parameters :
77- creator : dotnet-bot
78- testRunNamePrefixSuffix : Mono_$(_BuildConfig)
79- condition : >-
80- or(
81- eq(variables['librariesContainsChange'], true),
82- eq(variables['monoContainsChange'], true),
83- eq(variables['isRollingBuild'], true))
8473
8574 #
8675 # Build the whole product using Mono
You can’t perform that action at this time.
0 commit comments