diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-30 18:55:10 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-31 15:11:21 +1000 |
| commit | 64fe8bccc329ac5dc0d510bfbd73054d478ddc37 (patch) | |
| tree | 21cc3d21b3b3a689e434f5a387ad98551eb3486c /src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | |
| parent | 2b9f1c20452b582af1962449e0b662d6ec942728 (diff) | |
| download | wix-64fe8bccc329ac5dc0d510bfbd73054d478ddc37.tar.gz wix-64fe8bccc329ac5dc0d510bfbd73054d478ddc37.tar.bz2 wix-64fe8bccc329ac5dc0d510bfbd73054d478ddc37.zip | |
Move most tests into the new WixToolsetTest.MSBuild project.
This project relies on all of the projects being published in order to properly test wix.targets.
Diffstat (limited to 'src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec')
| -rw-r--r-- | src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec b/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec index 6171a911..ff0d74ee 100644 --- a/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec +++ b/src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | |||
| @@ -12,11 +12,6 @@ | |||
| 12 | 12 | ||
| 13 | <files> | 13 | <files> |
| 14 | <file src="$projectFolder$$id$.props" target="build" /> | 14 | <file src="$projectFolder$$id$.props" target="build" /> |
| 15 | <file src="$projectFolder$wix.ca.targets" target="tools" /> | 15 | <file src="tools\**\*" target="tools" /> |
| 16 | <file src="$projectFolder$wix.harvest.targets" target="tools" /> | ||
| 17 | <file src="$projectFolder$wix.signing.targets" target="tools" /> | ||
| 18 | <file src="$projectFolder$wix.targets" target="tools" /> | ||
| 19 | <file src="net461\**\*" target="tools\net461" /> | ||
| 20 | <file src="netcoreapp2.1\**\*" target="tools\netcoreapp2.1" /> | ||
| 21 | </files> | 16 | </files> |
| 22 | </package> | 17 | </package> |
