aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestData.proj
blob: 3f56d5b705b4001fd2a073a560d11dc136172219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->

<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <TestDataProject Include="**\*.wixproj" />
    
    <!-- https://github.com/wixtoolset/issues/issues/6387 -->
    <TestDataProject Remove="DependencyTests\BundleC\BundleC.wixproj" />
    <TestDataProject Remove="DependencyTests\BundleF_PatchAv1_0_1\BundleF_PatchAv1_0_1.wixproj" />
    <TestDataProject Remove="DependencyTests\BundleF_PatchAv1_0_2\BundleF_PatchAv1_0_2.wixproj" />
    <TestDataProject Remove="DependencyTests\BundleJ_Patch\BundleJ_Patch.wixproj" />
    <TestDataProject Remove="DependencyTests\PatchA\PatchA.wixproj" />
    <TestDataProject Remove="DependencyTests\PatchB\PatchB.wixproj" />
  </ItemGroup>

  <Target Name="Build">
    <MSBuild Projects="%(TestDataProject.Identity)" />
  </Target>

  <Target Name="Restore">
    <MSBuild Projects="%(TestDataProject.Identity)" Targets="Restore" />
  </Target>
</Project>