Resolve Guid inputs correctly (#11865)
This commit is contained in:
parent
6f6d099113
commit
99ee868090
|
|
@ -21,7 +21,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<GuidInputs>$(Version);$(Platform);(VersionSuffix)</GuidInputs>
|
<GuidInputs>$(Version);$(Platform);$(VersionSuffix)</GuidInputs>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="GenerateGUIDs" BeforeTargets="BeforeBuild" DependsOnTargets="_GeneratePackageGuids;_GenerateBundleGuids" Condition=" '$(DisableGuidGeneration)' != 'true' " />
|
<Target Name="GenerateGUIDs" BeforeTargets="BeforeBuild" DependsOnTargets="_GeneratePackageGuids;_GenerateBundleGuids" Condition=" '$(DisableGuidGeneration)' != 'true' " />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue