Skip to content

Commit

Permalink
Update Wix tools acquisition (#7947)
Browse files Browse the repository at this point in the history
Update the wix tooling acquisition so that it pulls in the new version that is required for .NET 6.
  • Loading branch information
mmitche authored Sep 23, 2021
1 parent e036bd9 commit c7546c0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<PropertyGroup>
<WixVersion>3.14.0.4118</WixVersion>
<WixVersion>1.0.0-v3.14.0.4118</WixVersion>
<WixToolsDir>$(BaseIntermediateOutputPath)WixTools.$(WixVersion)/</WixToolsDir>
<!-- Used in WiX targets to locate files. -->
<WixInstallPath>$(WixToolsDir)</WixInstallPath>
Expand All @@ -36,10 +36,10 @@
<MsiArch>$(InstallerTargetArchitecture)</MsiArch>

<AcquireWixProjectFile>$(MSBuildThisFileDirectory)..\acquisition\acquire-wix\acquire-wix.proj</AcquireWixProjectFile>
<WixDownloadFilename>wix.$(WixVersion).zip</WixDownloadFilename>
<WixDownloadUrl>https://dotnetcli.azureedge.net/build/wix/$(WixDownloadFilename)</WixDownloadUrl>
<WixDownloadFilename>Microsoft.Signed.Wix-$(WixVersion).zip</WixDownloadFilename>
<WixDownloadUrl>https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/$(WixDownloadFilename)</WixDownloadUrl>
<WixDestinationPath>$(WixToolsDir)$(WixDownloadFilename)</WixDestinationPath>
<WixDownloadSentinel>$(WixToolsDir)WixDownload.$(WixVersion).sentinel</WixDownloadSentinel>
<WixDownloadSentinel>$(WixToolsDir)$(WixDownloadFilename).sentinel</WixDownloadSentinel>
</PropertyGroup>
</Target>

Expand Down

0 comments on commit c7546c0

Please sign in to comment.