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/ext/Iis | |
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/ext/Iis')
-rw-r--r-- | src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj b/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj index 07d1a9ba..3f59e352 100644 --- a/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.csproj +++ b/src/ext/Iis/test/WixToolsetTest.Iis/WixToolsetTest.Iis.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> |
@@ -22,10 +21,4 @@ | |||
22 | <ItemGroup> | 21 | <ItemGroup> |
23 | <PackageReference Include="WixToolset.Core.TestPackage" /> | 22 | <PackageReference Include="WixToolset.Core.TestPackage" /> |
24 | </ItemGroup> | 23 | </ItemGroup> |
25 | |||
26 | <ItemGroup> | ||
27 | <PackageReference Include="Microsoft.NET.Test.Sdk" /> | ||
28 | <PackageReference Include="xunit" /> | ||
29 | <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> | ||
30 | </ItemGroup> | ||
31 | </Project> | 24 | </Project> |