Skip to content
Merged
Prev Previous commit
Next Next commit
Exclude browser from testing instead of wasm
  • Loading branch information
ericstj committed Apr 2, 2021
commit 7a6ccaf0d7b16f96c8f6fce0425a5ca495c5f0f5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>$(NetCoreAppCurrent);net472</TargetFrameworks>
<!-- MSBuild won't work everywhere -->
<SkipTestsOnPlatform Condition="'$(TargetsMobile)' == 'true' or '$(TargetArchitecture)' == 'wasm'">true</SkipTestsOnPlatform>
<SkipTestsOnPlatform Condition="'$(TargetsMobile)' == 'true' or '$(TargetsBrowser)' == 'true'">true</SkipTestsOnPlatform>
</PropertyGroup>

<ItemGroup>
Expand Down