Skip to content

Commit 065483c

Browse files
committed
more
1 parent 04cd2c6 commit 065483c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<MetadataUpdaterSupport>true</MetadataUpdaterSupport>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<Compile Include="ApplyUpdateTest.cs" />
17+
<Compile Include="ApplyUpdateTest.cs" Condition="'$(TargetOS)' != 'browser'" />
1818
<Compile Include="ApplyUpdateUtil.cs" />
1919
<Compile Include="AssemblyExtensionsTest.cs" />
2020
<Compile Include="AssemblyLoadContextTest.cs" />
@@ -46,6 +46,8 @@
4646
<ProjectReference Include="LoaderLinkTest.Shared\LoaderLinkTest.Shared.csproj" />
4747
<ProjectReference Include="LoaderLinkTest.Dynamic\LoaderLinkTest.Dynamic.csproj" />
4848

49+
</ItemGroup>
50+
<ItemGroup Condition="'$(TargetOS)' != 'browser'">
4951
<!-- ApplyUpdate tests -->
5052
<ProjectReference Include="ApplyUpdate\System.Reflection.Metadata.ApplyUpdate.Test.AsyncMethodChange\System.Reflection.Metadata.ApplyUpdate.Test.AsyncMethodChange.csproj" />
5153
<ProjectReference Include="ApplyUpdate\System.Reflection.Metadata.ApplyUpdate.Test.CustomAttributeDelete\System.Reflection.Metadata.ApplyUpdate.Test.CustomAttributeDelete.csproj" />

src/mono/wasm/build/WasmApp.Common.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118
<UsingTask TaskName="MonoTargetsTasks.MarshalingPInvokeScanner" AssemblyFile="$(MonoTargetsTasksAssemblyPath)" TaskFactory="TaskHostFactory" />
119119
<UsingTask TaskName="EmitBundleObjectFiles" AssemblyFile="$(MonoTargetsTasksAssemblyPath)" TaskFactory="TaskHostFactory" />
120120

121+
<UsingTask TaskName="GenerateDepsFile" AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" TaskFactory="TaskHostFactory" />
122+
<UsingTask TaskName="Microsoft.DotNet.ApiCompat.Task.ValidateAssembliesTask" AssemblyFile="$(DotNetApiCompatTaskAssembly)" TaskFactory="TaskHostFactory" />
123+
<UsingTask TaskName="ResolveRuntimePackAssets" AssemblyFile="$(MicrosoftNETBuildTasksAssembly)" TaskFactory="TaskHostFactory" />
124+
121125
<PropertyGroup>
122126
<PrepareInputsForWasmBuildDependsOn>
123127
$(PrepareInputsForWasmBuildDependsOn);

0 commit comments

Comments
 (0)