Skip to content

Commit

Permalink
Record additional projects which should be built
Browse files Browse the repository at this point in the history
I add `System.Private.DeveloperExperience.Console` because it is used by ILC and other is just to manually track all required deps
  • Loading branch information
kant2002 committed Aug 5, 2021
1 parent c9271d4 commit 19d2e65
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<SubsetName Include="Mono.WasmRuntime" Description="The WebAssembly runtime." />
<SubsetName Include="Mono.MsCorDbi" Description="The implementation of ICorDebug interface." />
<SubsetName Include="Mono.Workloads" OnDemand="true" Description="Builds the installers and the insertion metadata for Blazor workloads." />

<!-- Libs -->
<SubsetName Include="Libs" Description="The libraries native part, refs and source assemblies, test infra and packages, but NOT the tests (use Libs.Tests to request those explicitly)" />
<SubsetName Include="Libs.Native" Description="The native libraries used in the shared framework." />
Expand Down Expand Up @@ -271,6 +271,10 @@
<ProjectToBuild Include="$(CoreClrProjectRoot)nativeaot\System.Private.DisabledReflection\src\System.Private.DisabledReflection.csproj" Category="clr" />
<ProjectToBuild Include="$(CoreClrProjectRoot)nativeaot\System.Private.StackTraceMetadata\src\System.Private.StackTraceMetadata.csproj" Category="clr" />
<ProjectToBuild Include="$(CoreClrProjectRoot)nativeaot\Test.CoreLib\src\Test.CoreLib.csproj" Category="clr" />
<ProjectToBuild Include="$(LibrariesProjectRoot)System.Private.DeveloperExperience.Console\src\System.Private.DeveloperExperience.Console.csproj" Category="clr" />
<ProjectToBuild Include="$(LibrariesProjectRoot)System.Console\src\System.Console.csproj" Category="clr" />
<ProjectToBuild Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" Category="clr" />
<ProjectToBuild Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" Category="clr" />
</ItemGroup>

<ItemGroup Condition="$(_subset.Contains('+nativeaot.objwriter+'))">
Expand Down Expand Up @@ -304,7 +308,7 @@
<ItemGroup Condition="$(_subset.Contains('+mono.corelib+'))">
<ProjectToBuild Include="$(MonoProjectRoot)System.Private.CoreLib\System.Private.CoreLib.csproj" Category="mono" />
</ItemGroup>

<ItemGroup Condition="$(_subset.Contains('+mono.workloads+'))">
<ProjectToBuild Include="$(WorkloadsProjectRoot)\workloads.csproj" Category="mono" />
</ItemGroup>
Expand Down

0 comments on commit 19d2e65

Please sign in to comment.