Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit b6e7cef

Browse files
authored
Merge pull request #31891 from weshaggard/AddPackageBuilds
Add Microsoft.NETCore.Platforms to the package build list
2 parents de958c3 + 3d184f9 commit b6e7cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/packages.builds

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.Private.CoreFx.NETCoreApp\Microsoft.Private.CoreFx.NETCoreApp.builds">
2424
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
2525
</Project>
26+
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.NETCore.Platforms\Microsoft.NETCore.Platforms.builds">
27+
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
28+
</Project>
2629
<!--
2730
In general we are servicing 2.x library packages from release/2.1 branch so only add library packages
2831
to this build if they contain unique 2.2 features. If they are added here you need to ensure their

0 commit comments

Comments
 (0)