File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4040 <HighAOTResourceRequiringProject Include =" $(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
4141 </ItemGroup >
4242
43+ <ItemGroup Condition =" '$(TargetOS)' == 'osx' and '$(TargetArchitecture)' == 'arm64'" >
44+ <!-- https://github.com/dotnet/dnceng/issues/3008 - osx Helix queue doesn't have OpenSSL -->
45+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Security.Cryptography.OpenSsl\tests\System.Security.Cryptography.OpenSsl.Tests.csproj" />
46+ </ItemGroup >
47+
4348 <ItemGroup Condition =" '$(TargetOS)' == 'browser'" >
4449 <!-- Samples which are too complex for CI -->
4550 <ProjectExclusions Include =" $(MonoProjectRoot)sample\wasm\console-node-ts\Wasm.Console.Node.TS.Sample.csproj" />
You can’t perform that action at this time.
0 commit comments