Skip to content

Commit ef19361

Browse files
author
John Luo
authored
Ensure builds have unique package GUIDs (#11703)
1 parent f06892a commit ef19361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installers/Windows/Wix.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<PropertyGroup>
24-
<GuidInputs>$(Version);$(Platform)</GuidInputs>
24+
<GuidInputs>$(Version);$(Platform);(VersionSuffix)</GuidInputs>
2525
</PropertyGroup>
2626

2727
<Target Name="GenerateGUIDs" BeforeTargets="BeforeBuild" DependsOnTargets="_GeneratePackageGuids;_GenerateBundleGuids" Condition=" '$(DisableGuidGeneration)' != 'true' " />

0 commit comments

Comments
 (0)