Skip to content

Commit bdcf654

Browse files
authored
Merge branch 'main' into feature/HMF-removal/JIT_Box
2 parents c4b25f9 + bf37cde commit bdcf654

File tree

17 files changed

+158
-170
lines changed

17 files changed

+158
-170
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<NoTargetFrameworkFiltering>true</NoTargetFrameworkFiltering>
201201

202202
<NativeBuildPartitionPropertiesToRemove>ClrFullNativeBuild;ClrRuntimeSubset;ClrJitSubset;ClrPalTestsSubset;ClrAllJitsSubset;ClrAllJitsCommunitySubset;ClrILToolsSubset;ClrNativeAotSubset;ClrSpmiSubset;ClrCrossComponentsSubset;ClrDebugSubset;HostArchitecture;PgoInstrument;NativeOptimizationDataSupported;CMakeArgs;CxxStandardLibrary;CxxStandardLibraryStatic;CxxAbiLibrary</NativeBuildPartitionPropertiesToRemove>
203-
<UseSystemZlib Condition="'$(TargetsAppleMobile)' == 'true' or '$(TargetOS)' == 'android' or '$(TargetArchitecture)' == 'armv6'">true</UseSystemZlib>
203+
<UseSystemZlib Condition="'$(TargetsAppleMobile)' == 'true' or '$(TargetOS)' == 'android'">true</UseSystemZlib>
204204
</PropertyGroup>
205205

206206
<!-- RepositoryEngineeringDir isn't set when Installer tests import this file. -->

docs/workflow/using-docker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ The main Docker images are the most commonly used ones, and the ones you will pr
4949
| Azure Linux (x64) | Ubuntu 18.04 (Wasm) | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-webassembly-amd64` | `/crossrootfs/x64` |
5050
| Debian (x64) | Debian 12 | x64 | `mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc15-amd64` | *N/A* |
5151
| Ubuntu (x64) | Tizen 9.0 | Arm32 (armel) | `mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-armel-tizen` | `/crossrootfs/armel` |
52-
| Ubuntu (x64) | Ubuntu 20.04 | Arm32 (v6) | `mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-armv6-raspbian-10` | `/crossrootfs/armv6` |
5352

5453
## Build the Repo
5554

eng/Subsets.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<_CoreCLRSupportedOS Condition="'$(TargetsAndroid)' == 'true' and '$(TargetArchitecture)' != 'arm' and '$(TargetArchitecture)' != 'x86'">true</_CoreCLRSupportedOS>
3434
<_CoreCLRSupportedOS Condition="'$(TargetsBrowser)' == 'true'">true</_CoreCLRSupportedOS>
3535

36-
<_CoreCLRSupportedArch Condition="'$(TargetArchitecture)' != 'armv6' and '$(TargetArchitecture)' != 'ppc64le' and '$(TargetArchitecture)' != 's390x'">true</_CoreCLRSupportedArch>
36+
<_CoreCLRSupportedArch Condition="'$(TargetArchitecture)' != 'ppc64le' and '$(TargetArchitecture)' != 's390x'">true</_CoreCLRSupportedArch>
3737
<CoreCLRSupported Condition="'$(_CoreCLRSupportedOS)' == 'true' and '$(_CoreCLRSupportedArch)' == 'true'">true</CoreCLRSupported>
3838

3939
<!-- Determine if the Mono runtime can build/run for the specified target. -->

eng/Version.Details.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Dependencies>
22
<Source Uri="https://github.com/dotnet/dotnet" Mapping="runtime" Sha="919f64d9fd105eda6d412b926d9c20951383150f" BarId="265833" />
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="10.0.0-preview.5.25222.1">
4+
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="10.0.0-preview.5.25227.1">
55
<Uri>https://github.com/dotnet/icu</Uri>
6-
<Sha>af1555f0595bb4344e13c64ccb2535750e7531d9</Sha>
6+
<Sha>400563e933c0fa047e0a801beffb6aa777c6f685</Sha>
77
</Dependency>
88
<Dependency Name="System.ServiceModel.Primitives" Version="4.9.0-rc2.21473.1">
99
<Uri>https://github.com/dotnet/wcf</Uri>
@@ -163,57 +163,57 @@
163163
<Uri>https://github.com/dotnet/dotnet</Uri>
164164
<Sha>919f64d9fd105eda6d412b926d9c20951383150f</Sha>
165165
</Dependency>
166-
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="10.0.0-beta.25222.1">
166+
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="10.0.0-beta.25228.1">
167167
<Uri>https://github.com/dotnet/runtime-assets</Uri>
168-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
168+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
169169
</Dependency>
170-
<Dependency Name="System.Data.Common.TestData" Version="10.0.0-beta.25222.1">
170+
<Dependency Name="System.Data.Common.TestData" Version="10.0.0-beta.25228.1">
171171
<Uri>https://github.com/dotnet/runtime-assets</Uri>
172-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
172+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
173173
</Dependency>
174-
<Dependency Name="System.Drawing.Common.TestData" Version="10.0.0-beta.25222.1">
174+
<Dependency Name="System.Drawing.Common.TestData" Version="10.0.0-beta.25228.1">
175175
<Uri>https://github.com/dotnet/runtime-assets</Uri>
176-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
176+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
177177
</Dependency>
178-
<Dependency Name="System.Formats.Tar.TestData" Version="10.0.0-beta.25222.1">
178+
<Dependency Name="System.Formats.Tar.TestData" Version="10.0.0-beta.25228.1">
179179
<Uri>https://github.com/dotnet/runtime-assets</Uri>
180-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
180+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
181181
</Dependency>
182-
<Dependency Name="System.IO.Compression.TestData" Version="10.0.0-beta.25222.1">
182+
<Dependency Name="System.IO.Compression.TestData" Version="10.0.0-beta.25228.1">
183183
<Uri>https://github.com/dotnet/runtime-assets</Uri>
184-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
184+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
185185
</Dependency>
186-
<Dependency Name="System.IO.Packaging.TestData" Version="10.0.0-beta.25222.1">
186+
<Dependency Name="System.IO.Packaging.TestData" Version="10.0.0-beta.25228.1">
187187
<Uri>https://github.com/dotnet/runtime-assets</Uri>
188-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
188+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
189189
</Dependency>
190-
<Dependency Name="System.Net.TestData" Version="10.0.0-beta.25222.1">
190+
<Dependency Name="System.Net.TestData" Version="10.0.0-beta.25228.1">
191191
<Uri>https://github.com/dotnet/runtime-assets</Uri>
192-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
192+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
193193
</Dependency>
194-
<Dependency Name="System.Private.Runtime.UnicodeData" Version="10.0.0-beta.25222.1">
194+
<Dependency Name="System.Private.Runtime.UnicodeData" Version="10.0.0-beta.25228.1">
195195
<Uri>https://github.com/dotnet/runtime-assets</Uri>
196-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
196+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
197197
</Dependency>
198-
<Dependency Name="System.Runtime.TimeZoneData" Version="10.0.0-beta.25222.1">
198+
<Dependency Name="System.Runtime.TimeZoneData" Version="10.0.0-beta.25228.1">
199199
<Uri>https://github.com/dotnet/runtime-assets</Uri>
200-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
200+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
201201
</Dependency>
202-
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="10.0.0-beta.25222.1">
202+
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="10.0.0-beta.25228.1">
203203
<Uri>https://github.com/dotnet/runtime-assets</Uri>
204-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
204+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
205205
</Dependency>
206-
<Dependency Name="System.Text.RegularExpressions.TestData" Version="10.0.0-beta.25222.1">
206+
<Dependency Name="System.Text.RegularExpressions.TestData" Version="10.0.0-beta.25228.1">
207207
<Uri>https://github.com/dotnet/runtime-assets</Uri>
208-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
208+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
209209
</Dependency>
210-
<Dependency Name="System.Windows.Extensions.TestData" Version="10.0.0-beta.25222.1">
210+
<Dependency Name="System.Windows.Extensions.TestData" Version="10.0.0-beta.25228.1">
211211
<Uri>https://github.com/dotnet/runtime-assets</Uri>
212-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
212+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.CilStrip.Sources" Version="10.0.0-beta.25222.1">
214+
<Dependency Name="Microsoft.DotNet.CilStrip.Sources" Version="10.0.0-beta.25228.1">
215215
<Uri>https://github.com/dotnet/runtime-assets</Uri>
216-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
216+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
217217
</Dependency>
218218
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Libclang" Version="19.1.0-alpha.1.25167.1">
219219
<Uri>https://github.com/dotnet/llvm-project</Uri>
@@ -369,9 +369,9 @@
369369
<Uri>https://github.com/dotnet/hotreload-utils</Uri>
370370
<Sha>05c422eaf7e75405ec94b3c9620051fbb38d78c1</Sha>
371371
</Dependency>
372-
<Dependency Name="System.Runtime.Numerics.TestData" Version="10.0.0-beta.25222.1">
372+
<Dependency Name="System.Runtime.Numerics.TestData" Version="10.0.0-beta.25228.1">
373373
<Uri>https://github.com/dotnet/runtime-assets</Uri>
374-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
374+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
375375
</Dependency>
376376
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25220.1">
377377
<Uri>https://github.com/dotnet/roslyn</Uri>
@@ -461,9 +461,9 @@
461461
<Uri>https://github.com/dotnet/node</Uri>
462462
<Sha>7f33d14aae0d91f2d5befda939160177e13b3f47</Sha>
463463
</Dependency>
464-
<Dependency Name="Microsoft.NET.HostModel.TestData" Version="10.0.0-beta.25222.1">
464+
<Dependency Name="Microsoft.NET.HostModel.TestData" Version="10.0.0-beta.25228.1">
465465
<Uri>https://github.com/dotnet/runtime-assets</Uri>
466-
<Sha>b0b797b6615d6f5e6afbd42c56291daa69548d53</Sha>
466+
<Sha>b6e0b622b4e23b39072aa3db9982170d9ce35114</Sha>
467467
</Dependency>
468468
</ToolsetDependencies>
469469
</Dependencies>

eng/Versions.props

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -149,21 +149,21 @@
149149
<SystemTextEncodingsWebToolsetVersion>8.0.0</SystemTextEncodingsWebToolsetVersion>
150150
<SystemThreadingTasksExtensionsToolsetVersion>4.5.4</SystemThreadingTasksExtensionsToolsetVersion>
151151
<!-- Runtime-Assets dependencies -->
152-
<SystemRuntimeNumericsTestDataVersion>10.0.0-beta.25222.1</SystemRuntimeNumericsTestDataVersion>
153-
<SystemComponentModelTypeConverterTestDataVersion>10.0.0-beta.25222.1</SystemComponentModelTypeConverterTestDataVersion>
154-
<SystemDataCommonTestDataVersion>10.0.0-beta.25222.1</SystemDataCommonTestDataVersion>
155-
<SystemDrawingCommonTestDataVersion>10.0.0-beta.25222.1</SystemDrawingCommonTestDataVersion>
156-
<SystemFormatsTarTestDataVersion>10.0.0-beta.25222.1</SystemFormatsTarTestDataVersion>
157-
<SystemIOCompressionTestDataVersion>10.0.0-beta.25222.1</SystemIOCompressionTestDataVersion>
158-
<SystemIOPackagingTestDataVersion>10.0.0-beta.25222.1</SystemIOPackagingTestDataVersion>
159-
<SystemNetTestDataVersion>10.0.0-beta.25222.1</SystemNetTestDataVersion>
160-
<SystemPrivateRuntimeUnicodeDataVersion>10.0.0-beta.25222.1</SystemPrivateRuntimeUnicodeDataVersion>
161-
<SystemRuntimeTimeZoneDataVersion>10.0.0-beta.25222.1</SystemRuntimeTimeZoneDataVersion>
162-
<SystemSecurityCryptographyX509CertificatesTestDataVersion>10.0.0-beta.25222.1</SystemSecurityCryptographyX509CertificatesTestDataVersion>
163-
<SystemTextRegularExpressionsTestDataVersion>10.0.0-beta.25222.1</SystemTextRegularExpressionsTestDataVersion>
164-
<SystemWindowsExtensionsTestDataVersion>10.0.0-beta.25222.1</SystemWindowsExtensionsTestDataVersion>
165-
<MicrosoftDotNetCilStripSourcesVersion>10.0.0-beta.25222.1</MicrosoftDotNetCilStripSourcesVersion>
166-
<MicrosoftNETHostModelTestDataVersion>10.0.0-beta.25222.1</MicrosoftNETHostModelTestDataVersion>
152+
<SystemRuntimeNumericsTestDataVersion>10.0.0-beta.25228.1</SystemRuntimeNumericsTestDataVersion>
153+
<SystemComponentModelTypeConverterTestDataVersion>10.0.0-beta.25228.1</SystemComponentModelTypeConverterTestDataVersion>
154+
<SystemDataCommonTestDataVersion>10.0.0-beta.25228.1</SystemDataCommonTestDataVersion>
155+
<SystemDrawingCommonTestDataVersion>10.0.0-beta.25228.1</SystemDrawingCommonTestDataVersion>
156+
<SystemFormatsTarTestDataVersion>10.0.0-beta.25228.1</SystemFormatsTarTestDataVersion>
157+
<SystemIOCompressionTestDataVersion>10.0.0-beta.25228.1</SystemIOCompressionTestDataVersion>
158+
<SystemIOPackagingTestDataVersion>10.0.0-beta.25228.1</SystemIOPackagingTestDataVersion>
159+
<SystemNetTestDataVersion>10.0.0-beta.25228.1</SystemNetTestDataVersion>
160+
<SystemPrivateRuntimeUnicodeDataVersion>10.0.0-beta.25228.1</SystemPrivateRuntimeUnicodeDataVersion>
161+
<SystemRuntimeTimeZoneDataVersion>10.0.0-beta.25228.1</SystemRuntimeTimeZoneDataVersion>
162+
<SystemSecurityCryptographyX509CertificatesTestDataVersion>10.0.0-beta.25228.1</SystemSecurityCryptographyX509CertificatesTestDataVersion>
163+
<SystemTextRegularExpressionsTestDataVersion>10.0.0-beta.25228.1</SystemTextRegularExpressionsTestDataVersion>
164+
<SystemWindowsExtensionsTestDataVersion>10.0.0-beta.25228.1</SystemWindowsExtensionsTestDataVersion>
165+
<MicrosoftDotNetCilStripSourcesVersion>10.0.0-beta.25228.1</MicrosoftDotNetCilStripSourcesVersion>
166+
<MicrosoftNETHostModelTestDataVersion>10.0.0-beta.25228.1</MicrosoftNETHostModelTestDataVersion>
167167
<!-- xharness dependencies -->
168168
<MicrosoftDotNetXHarnessTestRunnersCommonVersion>10.0.0-prerelease.25225.1</MicrosoftDotNetXHarnessTestRunnersCommonVersion>
169169
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>10.0.0-prerelease.25225.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
@@ -228,7 +228,7 @@
228228
<!-- Mono Cecil -->
229229
<MicrosoftDotNetCecilVersion>0.11.5-alpha.25225.102</MicrosoftDotNetCecilVersion>
230230
<!-- ICU -->
231-
<MicrosoftNETCoreRuntimeICUTransportVersion>10.0.0-preview.5.25222.1</MicrosoftNETCoreRuntimeICUTransportVersion>
231+
<MicrosoftNETCoreRuntimeICUTransportVersion>10.0.0-preview.5.25227.1</MicrosoftNETCoreRuntimeICUTransportVersion>
232232
<!-- MsQuic -->
233233
<MicrosoftNativeQuicMsQuicSchannelVersion>2.4.8</MicrosoftNativeQuicMsQuicSchannelVersion>
234234
<SystemNetMsQuicTransportVersion>9.0.0-alpha.1.24167.3</SystemNetMsQuicTransportVersion>

eng/pipelines/common/platform-matrix.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,6 @@ jobs:
4545
crossBuild: true
4646
${{ insert }}: ${{ parameters.jobParameters }}
4747

48-
# Linux armv6
49-
50-
- ${{ if containsValue(parameters.platforms, 'linux_armv6') }}:
51-
- template: xplat-setup.yml
52-
parameters:
53-
jobTemplate: ${{ parameters.jobTemplate }}
54-
helixQueuesTemplate: ${{ parameters.helixQueuesTemplate }}
55-
variables: ${{ parameters.variables }}
56-
osGroup: linux
57-
archType: armv6
58-
targetRid: linux-armv6
59-
platform: linux_armv6
60-
shouldContinueOnError: ${{ parameters.shouldContinueOnError }}
61-
container: linux_armv6
62-
jobParameters:
63-
runtimeFlavor: ${{ parameters.runtimeFlavor }}
64-
buildConfig: ${{ parameters.buildConfig }}
65-
helixQueueGroup: ${{ parameters.helixQueueGroup }}
66-
crossBuild: true
67-
${{ insert }}: ${{ parameters.jobParameters }}
68-
6948
# Linux arm64
7049

7150
- ${{ if or(containsValue(parameters.platforms, 'linux_arm64'), in(parameters.platformGroup, 'all', 'gcstress')) }}:

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ extends:
2121
env:
2222
ROOTFS_DIR: /crossrootfs/arm
2323

24-
linux_armv6:
25-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-armv6-raspbian-10
26-
env:
27-
ROOTFS_DIR: /crossrootfs/armv6
28-
2924
linux_arm64:
3025
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-cross-arm64
3126
env:

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
2929
- (Debian.13.Arm32.Open)Ubuntu.2204.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13-helix-arm32v7
3030

31-
# Linux armv6
32-
- ${{ if eq(parameters.platform, 'linux_armv6') }}:
33-
- (Raspbian.10.Armv6.Open)Ubuntu.2204.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:raspbian-10-helix-arm32v6
34-
3531
# Linux arm64
3632
- ${{ if eq(parameters.platform, 'linux_arm64') }}:
3733
- (Ubuntu.2504.Arm64.Open)Ubuntu.2204.ArmArch.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-25.04-helix-arm64v8

eng/pipelines/runtime-community.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -110,39 +110,3 @@ extends:
110110
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
111111
eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
112112
eq(variables['isRollingBuild'], true))
113-
114-
# disable armv6 until https://github.com/dotnet/runtime/issues/104333 is fixed
115-
#
116-
# Build the whole product using Mono and run libraries tests
117-
#
118-
#- template: /eng/pipelines/common/platform-matrix.yml
119-
# parameters:
120-
# jobTemplate: /eng/pipelines/common/global-build-job.yml
121-
# helixQueuesTemplate: /eng/pipelines/libraries/helix-queues-setup.yml
122-
# buildConfig: Release
123-
# runtimeFlavor: mono
124-
# platforms:
125-
# - linux_armv6
126-
# variables:
127-
# # map dependencies variables to local variables
128-
# - name: librariesContainsChange
129-
# value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'] ]
130-
# - name: monoContainsChange
131-
# value: $[ stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'] ]
132-
# jobParameters:
133-
# testScope: innerloop
134-
# nameSuffix: AllSubsets_Mono
135-
# buildArgs: -s mono+clr.iltools+clr.packages+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
136-
# timeoutInMinutes: 120
137-
# condition: >-
138-
# or(
139-
# eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_libraries.containsChange'], true),
140-
# eq(stageDependencies.EvaluatePaths.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true),
141-
# eq(variables['isRollingBuild'], true))
142-
# ${{ if eq(variables['isRollingBuild'], true) }}:
143-
# # extra steps, run tests
144-
# postBuildSteps:
145-
# - template: /eng/pipelines/libraries/helix.yml
146-
# parameters:
147-
# creator: dotnet-bot
148-
# testRunNamePrefixSuffix: Mono_$(_BuildConfig)

0 commit comments

Comments
 (0)