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 | |
| 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')
| -rw-r--r-- | src/WixToolset.MSBuild/WixToolset.MSBuild.csproj | 7 | ||||
| -rw-r--r-- | src/WixToolset.MSBuild/WixToolset.MSBuild.nuspec | 7 | ||||
| -rw-r--r-- | src/WixToolset.MSBuild/tools/wix.ca.targets (renamed from src/WixToolset.MSBuild/wix.ca.targets) | 0 | ||||
| -rw-r--r-- | src/WixToolset.MSBuild/tools/wix.harvest.targets (renamed from src/WixToolset.MSBuild/wix.harvest.targets) | 0 | ||||
| -rw-r--r-- | src/WixToolset.MSBuild/tools/wix.signing.targets (renamed from src/WixToolset.MSBuild/wix.signing.targets) | 0 | ||||
| -rw-r--r-- | src/WixToolset.MSBuild/tools/wix.targets (renamed from src/WixToolset.MSBuild/wix.targets) | 0 |
6 files changed, 8 insertions, 6 deletions
diff --git a/src/WixToolset.MSBuild/WixToolset.MSBuild.csproj b/src/WixToolset.MSBuild/WixToolset.MSBuild.csproj index 5a9633ae..2d5ea01b 100644 --- a/src/WixToolset.MSBuild/WixToolset.MSBuild.csproj +++ b/src/WixToolset.MSBuild/WixToolset.MSBuild.csproj | |||
| @@ -12,6 +12,13 @@ | |||
| 12 | </PropertyGroup> | 12 | </PropertyGroup> |
| 13 | 13 | ||
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <Content Include="tools\wix.ca.targets" CopyToOutputDirectory="PreserveNewest" /> | ||
| 16 | <Content Include="tools\wix.harvest.targets" CopyToOutputDirectory="PreserveNewest" /> | ||
| 17 | <Content Include="tools\wix.signing.targets" CopyToOutputDirectory="PreserveNewest" /> | ||
| 18 | <Content Include="tools\wix.targets" CopyToOutputDirectory="PreserveNewest" /> | ||
| 19 | </ItemGroup> | ||
| 20 | |||
| 21 | <ItemGroup> | ||
| 15 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> | 22 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> |
| 16 | </ItemGroup> | 23 | </ItemGroup> |
| 17 | 24 | ||
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> |
diff --git a/src/WixToolset.MSBuild/wix.ca.targets b/src/WixToolset.MSBuild/tools/wix.ca.targets index 4578c2d8..4578c2d8 100644 --- a/src/WixToolset.MSBuild/wix.ca.targets +++ b/src/WixToolset.MSBuild/tools/wix.ca.targets | |||
diff --git a/src/WixToolset.MSBuild/wix.harvest.targets b/src/WixToolset.MSBuild/tools/wix.harvest.targets index e4d866ea..e4d866ea 100644 --- a/src/WixToolset.MSBuild/wix.harvest.targets +++ b/src/WixToolset.MSBuild/tools/wix.harvest.targets | |||
diff --git a/src/WixToolset.MSBuild/wix.signing.targets b/src/WixToolset.MSBuild/tools/wix.signing.targets index 7c25175f..7c25175f 100644 --- a/src/WixToolset.MSBuild/wix.signing.targets +++ b/src/WixToolset.MSBuild/tools/wix.signing.targets | |||
diff --git a/src/WixToolset.MSBuild/wix.targets b/src/WixToolset.MSBuild/tools/wix.targets index b35d18c7..b35d18c7 100644 --- a/src/WixToolset.MSBuild/wix.targets +++ b/src/WixToolset.MSBuild/tools/wix.targets | |||
