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 7575 # Limiting interp runs as we don't need as much coverage.
7676 - (Debian.12.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
7777
78- # Linux s390x
79- - ${{ if eq(parameters.platform, 'linux_s390x') }} :
80- - Ubuntu.2004.S390X.Experimental.Open
81-
82- # Linux PPC64le
83- - ${{ if eq(parameters.platform, 'linux_ppc64le') }} :
84- - Ubuntu.2204.PPC64le.Experimental.Open
85-
8678 # OSX arm64
8779 - ${{ if eq(parameters.platform, 'osx_arm64') }} :
8880 - OSX.1200.ARM64.Open
Original file line number Diff line number Diff line change @@ -71,17 +71,6 @@ extends:
7171 eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
7272 eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
7373 eq(variables['isRollingBuild'], true))
74- # extra steps, run tests
75- postBuildSteps :
76- - template : /eng/pipelines/libraries/helix.yml
77- parameters :
78- creator : dotnet-bot
79- testRunNamePrefixSuffix : Mono_$(_BuildConfig)
80- condition : >-
81- or(
82- eq(variables['librariesContainsChange'], true),
83- eq(variables['monoContainsChange'], true),
84- eq(variables['isRollingBuild'], true))
8574
8675 #
8776 # Build the whole product using Mono
You can’t perform that action at this time.
0 commit comments