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 6a95fcc commit d27c010Copy full SHA for d27c010
src/Installers/Windows/Wix.targets
@@ -21,7 +21,7 @@
21
</PropertyGroup>
22
23
<PropertyGroup>
24
- <GuidInputs>$(Version);$(Platform);(VersionSuffix)</GuidInputs>
+ <GuidInputs>$(Version);$(Platform);$(VersionSuffix)</GuidInputs>
25
26
27
<Target Name="GenerateGUIDs" BeforeTargets="BeforeBuild" DependsOnTargets="_GeneratePackageGuids;_GenerateBundleGuids" Condition=" '$(DisableGuidGeneration)' != 'true' " />
0 commit comments