Skip to content

Commit

Permalink
Merged PR 26805: Build Microsoft.NETCore.Platforms to publish RIDs
Browse files Browse the repository at this point in the history
Submiting this directly to the internal branch for speed.
I added a comment to indicate that it should never be removed, only commented, since it's a special kind of OOB package.
Fixes dotnet/runtime#76338
  • Loading branch information
carlossanlop authored and Fasjeit committed Sep 21, 2023
1 parent f60e212 commit 142c1f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/packages.builds
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.Private.CoreFx.NETCoreApp\Microsoft.Private.CoreFx.NETCoreApp.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<!-- Special package that must be built for new RIDs. Do not remove after branding, only comment it. -->
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.NETCore.Platforms\Microsoft.NETCore.Platforms.builds">
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
</Project>
<!-- add specific builds / pkgproj's here to include in servicing builds -->
</ItemGroup>

Expand Down

0 comments on commit 142c1f6

Please sign in to comment.