We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26365e7 commit fca37bfCopy full SHA for fca37bf
src/Installers/Windows/Wix.targets
@@ -6,8 +6,7 @@
6
</PropertyGroup>
7
8
<PropertyGroup>
9
- <GuidInputs>$(Version);$(Platform)</GuidInputs>
10
- <GuidInputs Condition="'$(IsFinalBuild)' != 'true'">$(GuidInputs);$(BuildNumber)</GuidInputs>
+ <GuidInputs>$(Version);$(Platform);$(BuildNumber)</GuidInputs>
11
12
13
<UsingTask AssemblyFile="$(OutputPath)..\InstallerTasks\InstallerTasks.dll" TaskName="RepoTasks.GenerateGuid" />
0 commit comments