We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baf991 commit 0fa43beCopy full SHA for 0fa43be
src/Installers/Windows/TargetingPack/TargetingPack.wixproj
@@ -8,6 +8,7 @@
8
<ProductNameFolder>Microsoft ASP.NET Core Targeting Pack</ProductNameFolder>
9
<ProductNameShort>AspNetCore.TargetingPack</ProductNameShort>
10
<OutputType>Package</OutputType>
11
+ <Cabinet>targeting_pack_$(Platform).cab</Cabinet>
12
<IsShipping>true</IsShipping>
13
<SkipCopyToArtifactsDirectory Condition="'$(IsTargetingPackBuilding)' == 'false'">true</SkipCopyToArtifactsDirectory>
14
<ProjectGuid>0AC34F1B-8056-4FFB-A398-E6BB7D67B48D</ProjectGuid>
0 commit comments