diff options
author | James Parsons <japarson@microsoft.com> | 2020-10-15 15:23:07 -0700 |
---|---|---|
committer | James Parsons <japarson@microsoft.com> | 2020-10-15 15:23:07 -0700 |
commit | 9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7 (patch) | |
tree | e459c056d7c1fcec4d790a0709c0593d2379a565 /src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |
parent | af731a9631a7f7f6d7c3b2ef84f38a07bb4db211 (diff) | |
download | wix-9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7.tar.gz wix-9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7.tar.bz2 wix-9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7.zip |
Fix 3.1.8 desktop runtime payloads and remove version specific tests
Diffstat (limited to '')
-rw-r--r-- | src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index a9e5cd2b..4dea73da 100644 --- a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | |||
@@ -12,8 +12,6 @@ | |||
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <Content Include="TestData\UsingDotNetCorePackages\Bundle.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
16 | <Content Include="TestData\UsingDotNetCorePackages\Bundle_x64.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
17 | <Content Include="TestData\UsingDotNetCorePackages\BundleLatest.wxs" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\UsingDotNetCorePackages\BundleLatest.wxs" CopyToOutputDirectory="PreserveNewest" /> |
18 | <Content Include="TestData\UsingDotNetCorePackages\BundleLatest_x64.wxs" CopyToOutputDirectory="PreserveNewest" /> | 16 | <Content Include="TestData\UsingDotNetCorePackages\BundleLatest_x64.wxs" CopyToOutputDirectory="PreserveNewest" /> |
19 | <Content Include="TestData\UsingNativeImage\example.txt" CopyToOutputDirectory="PreserveNewest" /> | 17 | <Content Include="TestData\UsingNativeImage\example.txt" CopyToOutputDirectory="PreserveNewest" /> |