diff options
author | Rob Mensching <rob@firegiant.com> | 2022-09-03 10:44:33 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-09-23 09:50:52 -0700 |
commit | 7a86b33a38f29b315e8f08759eba42e8fe296fd7 (patch) | |
tree | 58a6ac547b25127daa4a4053ef250afb0b2e9d83 /src/api | |
parent | 002dc6077477c6a7762f1fca225c2577913a2c82 (diff) | |
download | wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.tar.gz wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.tar.bz2 wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.zip |
Centralize test project configuration with IsWixTestProject
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | 8 | ||||
-rw-r--r-- | src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj | 9 |
2 files changed, 1 insertions, 16 deletions
diff --git a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj index a6899d1e..02cd24b1 100644 --- a/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj +++ b/src/api/burn/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | |||
@@ -4,9 +4,7 @@ | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp3.1</TargetFramework> | 6 | <TargetFramework>netcoreapp3.1</TargetFramework> |
7 | <IsPackable>false</IsPackable> | ||
8 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | 7 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> |
9 | <SignOutput>false</SignOutput> | ||
10 | <RollForward>Major</RollForward> | 8 | <RollForward>Major</RollForward> |
11 | <IsWixTestProject>true</IsWixTestProject> | 9 | <IsWixTestProject>true</IsWixTestProject> |
12 | </PropertyGroup> | 10 | </PropertyGroup> |
@@ -18,10 +16,4 @@ | |||
18 | <ItemGroup> | 16 | <ItemGroup> |
19 | <PackageReference Include="WixBuildTools.TestSupport" /> | 17 | <PackageReference Include="WixBuildTools.TestSupport" /> |
20 | </ItemGroup> | 18 | </ItemGroup> |
21 | |||
22 | <ItemGroup> | ||
23 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
24 | <PackageReference Include="xunit" /> | ||
25 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | ||
26 | </ItemGroup> | ||
27 | </Project> | 19 | </Project> |
diff --git a/src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj b/src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj index 4400d799..18054f67 100644 --- a/src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj +++ b/src/api/wix/test/WixToolsetTest.Data/WixToolsetTest.Data.csproj | |||
@@ -4,8 +4,7 @@ | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp3.1</TargetFramework> | 6 | <TargetFramework>netcoreapp3.1</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsWixTestProject>true</IsWixTestProject> |
8 | <SignOutput>false</SignOutput> | ||
9 | </PropertyGroup> | 8 | </PropertyGroup> |
10 | 9 | ||
11 | <ItemGroup> | 10 | <ItemGroup> |
@@ -15,10 +14,4 @@ | |||
15 | <ItemGroup> | 14 | <ItemGroup> |
16 | <PackageReference Include="WixBuildTools.TestSupport" /> | 15 | <PackageReference Include="WixBuildTools.TestSupport" /> |
17 | </ItemGroup> | 16 | </ItemGroup> |
18 | |||
19 | <ItemGroup> | ||
20 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
21 | <PackageReference Include="xunit" /> | ||
22 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | ||
23 | </ItemGroup> | ||
24 | </Project> | 17 | </Project> |