Skip to content

Commit fca37bf

Browse files
authored
[release/2.1] Make .msi GUIDs unique (#21803)
* Make .msi GUIDs unique * Fix GuidInputs
1 parent 26365e7 commit fca37bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Installers/Windows/Wix.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<GuidInputs>$(Version);$(Platform)</GuidInputs>
10-
<GuidInputs Condition="'$(IsFinalBuild)' != 'true'">$(GuidInputs);$(BuildNumber)</GuidInputs>
9+
<GuidInputs>$(Version);$(Platform);$(BuildNumber)</GuidInputs>
1110
</PropertyGroup>
1211

1312
<UsingTask AssemblyFile="$(OutputPath)..\InstallerTasks\InstallerTasks.dll" TaskName="RepoTasks.GenerateGuid" />

0 commit comments

Comments
 (0)