File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
libraries/System.Runtime.Loader/tests Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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" />
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" />
Original file line number Diff line number Diff line change 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);
You can’t perform that action at this time.
0 commit comments