Ensure builds have unique package GUIDs (#11703)
This commit is contained in:
parent
f06892a12c
commit
ef19361731
|
|
@ -21,7 +21,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<GuidInputs>$(Version);$(Platform)</GuidInputs>
|
||||
<GuidInputs>$(Version);$(Platform);(VersionSuffix)</GuidInputs>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="GenerateGUIDs" BeforeTargets="BeforeBuild" DependsOnTargets="_GeneratePackageGuids;_GenerateBundleGuids" Condition=" '$(DisableGuidGeneration)' != 'true' " />
|
||||
|
|
|
|||
Loading…
Reference in New Issue