diff options
author | Bob Arnson <bob@firegiant.com> | 2024-04-04 16:49:16 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-04-04 17:48:03 -0400 |
commit | f9ae2561ac4a39ba810234db3b562ca2898ccaf4 (patch) | |
tree | 4ce3fa09215aff17c98eba2c16c5d574ff13683d /src/internal | |
parent | 289c93dc24ba203903d9c8a6261a68de95d3d911 (diff) | |
download | wix-f9ae2561ac4a39ba810234db3b562ca2898ccaf4.tar.gz wix-f9ae2561ac4a39ba810234db3b562ca2898ccaf4.tar.bz2 wix-f9ae2561ac4a39ba810234db3b562ca2898ccaf4.zip |
Prevent source directories from being harvested.
Fixes https://github.com/wixtoolset/issues/issues/8096.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/SetBuildNumber/Directory.Packages.props.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/SetBuildNumber/Directory.Packages.props.pp b/src/internal/SetBuildNumber/Directory.Packages.props.pp index bb0f96d8..0c4b1dfb 100644 --- a/src/internal/SetBuildNumber/Directory.Packages.props.pp +++ b/src/internal/SetBuildNumber/Directory.Packages.props.pp | |||
@@ -5,6 +5,7 @@ | |||
5 | <PackageVersion Include="WixToolset.Dtf.CustomAction" Version="{packageversion}" /> | 5 | <PackageVersion Include="WixToolset.Dtf.CustomAction" Version="{packageversion}" /> |
6 | <PackageVersion Include="WixToolset.Dtf.Resources" Version="{packageversion}" /> | 6 | <PackageVersion Include="WixToolset.Dtf.Resources" Version="{packageversion}" /> |
7 | <PackageVersion Include="WixToolset.Dtf.WindowsInstaller" Version="{packageversion}" /> | 7 | <PackageVersion Include="WixToolset.Dtf.WindowsInstaller" Version="{packageversion}" /> |
8 | <PackageVersion Include="WixToolset.Dtf.WindowsInstaller.Package" Version="{packageversion}" /> | ||
8 | 9 | ||
9 | <PackageVersion Include="WixInternal.TestSupport" Version="{packageversion}" /> | 10 | <PackageVersion Include="WixInternal.TestSupport" Version="{packageversion}" /> |
10 | <PackageVersion Include="WixInternal.TestSupport.Native" Version="{packageversion}" /> | 11 | <PackageVersion Include="WixInternal.TestSupport.Native" Version="{packageversion}" /> |