Skip to content

Commit d27c010

Browse files
author
John Luo
authored
Resolve Guid inputs correctly (#11865) (#12206)
1 parent 6a95fcc commit d27c010

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);(VersionSuffix)</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)