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+ <!-- ActiveIssue https://github.com/dotnet/runtime/issues/116695 missing dev cert on Windows -->
44+ <ItemGroup Condition =" '$(TargetOS)' == 'browser' and '$(OS)' == 'Windows_NT' and '$(ContinuousIntegrationBuild)' == 'true'" >
45+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.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