diff options
Diffstat (limited to 'src/TestData/TestData.proj')
-rw-r--r-- | src/TestData/TestData.proj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/TestData/TestData.proj b/src/TestData/TestData.proj index e8e61a94..c5682fc7 100644 --- a/src/TestData/TestData.proj +++ b/src/TestData/TestData.proj | |||
@@ -5,6 +5,14 @@ | |||
5 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 5 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
6 | <ItemGroup> | 6 | <ItemGroup> |
7 | <TestDataProject Include="**\*.wixproj" /> | 7 | <TestDataProject Include="**\*.wixproj" /> |
8 | |||
9 | <!-- https://github.com/wixtoolset/issues/issues/6387 --> | ||
10 | <TestDataProject Remove="DependencyTests\BundleC\BundleC.wixproj" /> | ||
11 | <TestDataProject Remove="DependencyTests\BundleF_PatchAv1_0_1\BundleF_PatchAv1_0_1.wixproj" /> | ||
12 | <TestDataProject Remove="DependencyTests\BundleF_PatchAv1_0_2\BundleF_PatchAv1_0_2.wixproj" /> | ||
13 | <TestDataProject Remove="DependencyTests\BundleJ_Patch\BundleJ_Patch.wixproj" /> | ||
14 | <TestDataProject Remove="DependencyTests\PatchA\PatchA.wixproj" /> | ||
15 | <TestDataProject Remove="DependencyTests\PatchB\PatchB.wixproj" /> | ||
8 | </ItemGroup> | 16 | </ItemGroup> |
9 | 17 | ||
10 | <Target Name="Build"> | 18 | <Target Name="Build"> |