Skip to content

Commit 9831238

Browse files
authored
Revert "Put Razor.Design.Test and Razor.Language.Test in a different test group (#6725)" (#6753)
This reverts commit 563ff7c.
1 parent 99eba69 commit 9831238

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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>
1716
</PropertyGroup>
1817

1918
<ItemGroup>

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

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

109
<ItemGroup>

0 commit comments

Comments
 (0)