Skip to content

Commit ed7c875

Browse files
committed
Don't pack the ref pack when only packing rid-specific packages
1 parent b03e202 commit ed7c875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<GenerateInstallers>true</GenerateInstallers>
1515
<ProductBrandPrefix>Microsoft ASP.NET Core</ProductBrandPrefix>
1616

17+
<IsPackable Condition="'$(OnlyPackPlatformSpecificPackages)' == 'true'">false</IsPackable>
18+
1719
<PackageSummary>ASP.NET Core Targeting Pack</PackageSummary>
1820
<PackageDescription>$(SharedFxDescription)</PackageDescription>
1921
<LicenseFile>$(RepoRoot)LICENSE.txt</LicenseFile>

0 commit comments

Comments
 (0)