Skip to content

Commit a65e34b

Browse files
committed
Revert "Revert "Put Razor.Design.Test and Razor.Language.Test in a different test group (#6725)" (#6753)"
This reverts commit 9831238.
1 parent ad31f94 commit a65e34b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Razor/Razor.Design/test/IntegrationTests/Microsoft.AspNetCore.Razor.Design.Test.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<!-- Copy references locally so that we can use them in the test. -->
1414
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1515
<BuildVariablesGeneratedFile>$(MSBuildProjectDirectory)\obj\BuildVariables.generated.cs</BuildVariablesGeneratedFile>
16+
<TestGroupName>RazorTests</TestGroupName>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

src/Razor/Razor.Language/test/Microsoft.AspNetCore.Razor.Language.Test.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>netcoreapp2.1;net46</TargetFrameworks>
55
<DefaultItemExcludes>$(DefaultItemExcludes);TestFiles\**\*</DefaultItemExcludes>
66
<DefineConstants Condition="'$(GenerateBaselines)'=='true'">$(DefineConstants);GENERATE_BASELINES</DefineConstants>
7+
<TestGroupName>RazorTests</TestGroupName>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)