aboutsummaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-04-04 16:49:16 -0400
committerBob Arnson <github@bobs.org>2024-04-04 17:48:03 -0400
commitf9ae2561ac4a39ba810234db3b562ca2898ccaf4 (patch)
tree4ce3fa09215aff17c98eba2c16c5d574ff13683d /src/internal
parent289c93dc24ba203903d9c8a6261a68de95d3d911 (diff)
downloadwix-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.pp1
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}" />