We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffb7b78 + bb93094 commit 2cd7c9aCopy full SHA for 2cd7c9a
src/redist/targets/GenerateMSIs.targets
@@ -11,7 +11,7 @@
11
<Target Name="SetupWixProperties" DependsOnTargets="SetupFileExtensions;GetCurrentRuntimeInformation">
12
<!-- AcquireWix Properties -->
13
<PropertyGroup>
14
- <WixVersion>3.14.0.8606</WixVersion>
+ <WixVersion>3.14.1.8722</WixVersion>
15
<WixDownloadUrl>https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/Microsoft.Signed.Wix-$(WixVersion).zip</WixDownloadUrl>
16
<WixRoot>$(ArtifactsDir)Tools/WixTools/$(WixVersion)</WixRoot>
17
<WixDestinationPath>$(WixRoot)/WixTools.$(WixVersion).zip</WixDestinationPath>
0 commit comments