Update to latest WiX version (#18606)
This commit is contained in:
parent
0f86d2e134
commit
055887842a
2 changed files with 4 additions and 2 deletions
|
@ -107,7 +107,10 @@
|
||||||
<SharedHostVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)</SharedHostVersion>
|
<SharedHostVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)</SharedHostVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<WixPackageVersion>1.0.0-v3.14.0.5722</WixPackageVersion>
|
<!-- This is the version of the zip archive -->
|
||||||
|
<WixVersion>3.14.0.8606</WixVersion>
|
||||||
|
<!-- Unlike Arcade 7 and later, there is no default package version property defined in the Arcade SDK -->
|
||||||
|
<WixPackageVersion>3.14.0-8606.20240208.1</WixPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- 6.0 Template versions -->
|
<!-- 6.0 Template versions -->
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
<Target Name="SetupWixProperties" DependsOnTargets="GetCurrentRuntimeInformation">
|
<Target Name="SetupWixProperties" DependsOnTargets="GetCurrentRuntimeInformation">
|
||||||
<!-- AcquireWix Properties -->
|
<!-- AcquireWix Properties -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<WixVersion>$(WixPackageVersion)</WixVersion>
|
|
||||||
<WixDownloadUrl>https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/Microsoft.Signed.Wix-$(WixVersion).zip</WixDownloadUrl>
|
<WixDownloadUrl>https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/Microsoft.Signed.Wix-$(WixVersion).zip</WixDownloadUrl>
|
||||||
<WixRoot>$(ArtifactsDir)Tools/WixTools/$(WixVersion)</WixRoot>
|
<WixRoot>$(ArtifactsDir)Tools/WixTools/$(WixVersion)</WixRoot>
|
||||||
<WixDestinationPath>$(WixRoot)/WixTools.$(WixVersion).zip</WixDestinationPath>
|
<WixDestinationPath>$(WixRoot)/WixTools.$(WixVersion).zip</WixDestinationPath>
|
||||||
|
|
Loading…
Reference in a new issue