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

This reverts commit 563ff7c639.
This commit is contained in:
Ajay Bhargav Baaskaran 2019-01-16 11:06:44 -08:00 committed by GitHub
parent 99eba6972f
commit 9831238b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

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