Skip to content

Commit 36ac5c4

Browse files
Backflow from https://github.com/dotnet/dotnet / 30bc8f9 build 278224
[[ commit created by automation ]]
1 parent b2b323f commit 36ac5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/pkg/windows/bundles/sdk/bundle.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<DefineConstants>$(DefineConstants);MinimumVSVersion=$(MinimumVSVersion)</DefineConstants>
4141

4242
<!-- PlatformToken is used to generate a generate a WiX variable name using a preprocessor variable so casing matters. -->
43-
<DefineConstants>$(DefineConstants);PlatformToken=$(InstallerPlatform.ToUpper())</DefineConstants>
43+
<DefineConstants>$(DefineConstants);PlatformToken=$(TargetArchitecture.ToUpper())</DefineConstants>
4444

4545
<!-- Source paths for packages to chain. -->
4646
<DefineConstants>$(DefineConstants);FinalizerExeSourceFile=$(FinalizerExeSourceFile)</DefineConstants>

0 commit comments

Comments
 (0)