File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 # OSX arm64
106106 - ${{ if eq(parameters.platform, 'osx_arm64') }} :
107107 - ${{ if eq(variables['System.TeamProject'], 'public') }} :
108- - OSX.1200.ARM64.Open
108+ - osx.13.arm64.open
109109 - ${{ if eq(variables['System.TeamProject'], 'internal') }} :
110110 - OSX.1200.ARM64
111111
Original file line number Diff line number Diff line change 8484
8585 # OSX arm64
8686 - ${{ if eq(parameters.platform, 'osx_arm64') }} :
87- - OSX.1200.ARM64.Open
87+ - osx.13.arm64.open
8888
8989 # OSX x64
9090 - ${{ if eq(parameters.platform, 'osx_x64') }} :
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