Skip to content

Commit 0fa43be

Browse files
authored
Set cab name for TargetingPack.wixproj (#30975)
1 parent 1baf991 commit 0fa43be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Installers/Windows/TargetingPack/TargetingPack.wixproj

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ProductNameFolder>Microsoft ASP.NET Core Targeting Pack</ProductNameFolder>
99
<ProductNameShort>AspNetCore.TargetingPack</ProductNameShort>
1010
<OutputType>Package</OutputType>
11+
<Cabinet>targeting_pack_$(Platform).cab</Cabinet>
1112
<IsShipping>true</IsShipping>
1213
<SkipCopyToArtifactsDirectory Condition="'$(IsTargetingPackBuilding)' == 'false'">true</SkipCopyToArtifactsDirectory>
1314
<ProjectGuid>0AC34F1B-8056-4FFB-A398-E6BB7D67B48D</ProjectGuid>

0 commit comments

Comments
 (0)