Skip to content

Commit

Permalink
Revert "Revert "Put Razor.Design.Test and Razor.Language.Test in a di…
Browse files Browse the repository at this point in the history
…fferent test group (#6725)" (#6753)"

This reverts commit 9831238.
  • Loading branch information
pranavkm committed Jan 17, 2019
1 parent ad31f94 commit a65e34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a65e34b

Please sign in to comment.