We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143bd05 commit 42fec57Copy full SHA for 42fec57
src/libraries/tests.proj
@@ -76,6 +76,11 @@
76
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\browser-minimal-config\Wasm.Browser.Config.Sample.csproj" />
77
</ItemGroup>
78
79
+ <ItemGroup Condition="'$(TargetOS)' == 'browser'" >
80
+ <!-- https://github.com/dotnet/runtime/issues/103524 -->
81
+ <ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\browser-eventpipe\Wasm.Browser.EventPipe.Sample.csproj" />
82
+ </ItemGroup>
83
+
84
<!-- wasm EAT/AOT -->
85
<ItemGroup Condition="'$(TargetOS)' == 'browser' and '$(RunDisabledWasmTests)' != 'true' and '$(EnableAggressiveTrimming)' == 'true'">
86
0 commit comments