Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Razor/Razor.Language/test/Microsoft.AspNetCore.Razor.Language.Test.csproj')
-rw-r--r--src/Razor/Razor.Language/test/Microsoft.AspNetCore.Razor.Language.Test.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Razor/Razor.Language/test/Microsoft.AspNetCore.Razor.Language.Test.csproj b/src/Razor/Razor.Language/test/Microsoft.AspNetCore.Razor.Language.Test.csproj
index d1946a6d9c..9c5339ed8c 100644
--- a/src/Razor/Razor.Language/test/Microsoft.AspNetCore.Razor.Language.Test.csproj
+++ b/src/Razor/Razor.Language/test/Microsoft.AspNetCore.Razor.Language.Test.csproj
@@ -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>