diff options
author | Rob Mensching <rob@firegiant.com> | 2025-03-19 16:46:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-03-19 17:55:00 -0700 |
commit | 45535e659ea8b58101fe9e8adfa6aa273d2bb544 (patch) | |
tree | 5e183841bb3c25f3f9ddc130ded97efd3b204ff2 /src/ext/WixExt.props | |
parent | 4d3f7c8cf16db06932596beb27d8d025be501b95 (diff) | |
download | wix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.tar.gz wix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.tar.bz2 wix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.zip |
Formalize official WiX build and update tags in nupkgs
Diffstat (limited to 'src/ext/WixExt.props')
-rw-r--r-- | src/ext/WixExt.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props index c6afb59f..538c6b97 100644 --- a/src/ext/WixExt.props +++ b/src/ext/WixExt.props | |||
@@ -7,6 +7,7 @@ | |||
7 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> | 7 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
8 | <NoWarn>NU5100</NoWarn> | 8 | <NoWarn>NU5100</NoWarn> |
9 | <WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder> | 9 | <WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder> |
10 | <PackageTags>$(PackageTags) wixext CustomActions</PackageTags> | ||
10 | </PropertyGroup> | 11 | </PropertyGroup> |
11 | 12 | ||
12 | <ItemGroup> | 13 | <ItemGroup> |