diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-28 23:04:25 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-28 23:10:12 +1000 |
commit | 2b9f1c20452b582af1962449e0b662d6ec942728 (patch) | |
tree | fbbf0a7789dc6349cb720bfa4c63e0815ac7d076 | |
parent | ef0dbdc18c4335fef395fb954845031ea90503be (diff) | |
download | wix-2b9f1c20452b582af1962449e0b662d6ec942728.tar.gz wix-2b9f1c20452b582af1962449e0b662d6ec942728.tar.bz2 wix-2b9f1c20452b582af1962449e0b662d6ec942728.zip |
Include all subfolders for the build tasks.
-rw-r--r-- | src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec b/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec index 00cf440b..6171a911 100644 --- a/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec +++ b/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | |||
@@ -16,7 +16,7 @@ | |||
16 | <file src="$projectFolder$wix.harvest.targets" target="tools" /> | 16 | <file src="$projectFolder$wix.harvest.targets" target="tools" /> |
17 | <file src="$projectFolder$wix.signing.targets" target="tools" /> | 17 | <file src="$projectFolder$wix.signing.targets" target="tools" /> |
18 | <file src="$projectFolder$wix.targets" target="tools" /> | 18 | <file src="$projectFolder$wix.targets" target="tools" /> |
19 | <file src="net461\*" target="tools\net461" /> | 19 | <file src="net461\**\*" target="tools\net461" /> |
20 | <file src="netcoreapp2.1\*" target="tools\netcoreapp2.1" /> | 20 | <file src="netcoreapp2.1\**\*" target="tools\netcoreapp2.1" /> |
21 | </files> | 21 | </files> |
22 | </package> | 22 | </package> |