[release/6.0.4xx] Update to latest WiX version (#18607)

Co-authored-by: Jacques Eloff <joeloff@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-02-12 09:43:14 -08:00 committed by GitHub
parent f0110f5f5c
commit b30ddf54fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -107,7 +107,10 @@
<SharedHostVersion>$(MicrosoftNETCoreAppRuntimePackageVersion)</SharedHostVersion>
</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>
<!-- 6.0 Template versions -->

View file

@ -13,7 +13,6 @@
<Target Name="SetupWixProperties" DependsOnTargets="GetCurrentRuntimeInformation">
<!-- AcquireWix Properties -->
<PropertyGroup>
<WixVersion>$(WixPackageVersion)</WixVersion>
<WixDownloadUrl>https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/Microsoft.Signed.Wix-$(WixVersion).zip</WixDownloadUrl>
<WixRoot>$(ArtifactsDir)Tools/WixTools/$(WixVersion)</WixRoot>
<WixDestinationPath>$(WixRoot)/WixTools.$(WixVersion).zip</WixDestinationPath>