Put Razor.Design.Test and Razor.Language.Test in a different test group (#6725)

This commit is contained in:
Ajay Bhargav Baaskaran 2019-01-15 15:49:13 -08:00 committed by GitHub
parent fe20f9240d
commit 563ff7c639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<!-- Copy references locally so that we can use them in the test. -->
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<BuildVariablesGeneratedFile>$(MSBuildProjectDirectory)\obj\BuildVariables.generated.cs</BuildVariablesGeneratedFile>
<TestGroupName>RazorTests</TestGroupName>
</PropertyGroup>
<ItemGroup>

View File

@ -4,6 +4,7 @@
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
<DefaultItemExcludes>$(DefaultItemExcludes);TestFiles\**\*</DefaultItemExcludes>
<DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants>
<TestGroupName>RazorTests</TestGroupName>
</PropertyGroup>
<ItemGroup>