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:
authorPranav K <prkrishn@hotmail.com>2019-01-17 02:42:27 +0300
committerPranav K <prkrishn@hotmail.com>2019-01-17 21:02:03 +0300
commita65e34bd30b2d4b73882ace493d4307087e8051b (patch)
tree829e9f8362b930fd9ee45e72619b2fb10eec2c28
parentad31f9429d8c0f8aff54c2b6b3455c1a19e46800 (diff)
Revert "Revert "Put Razor.Design.Test and Razor.Language.Test in a different test group (#6725)" (#6753)"v2.1.8
This reverts commit 9831238b7c72ddd083b8df5d8a53ff396cef0e22.
-rw-r--r--src/Razor/Razor.Design/test/IntegrationTests/Microsoft.AspNetCore.Razor.Design.Test.csproj1
-rw-r--r--src/Razor/Razor.Language/test/Microsoft.AspNetCore.Razor.Language.Test.csproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Razor/Razor.Design/test/IntegrationTests/Microsoft.AspNetCore.Razor.Design.Test.csproj b/src/Razor/Razor.Design/test/IntegrationTests/Microsoft.AspNetCore.Razor.Design.Test.csproj
index b27dca6270..86bcbf5a9f 100644
--- a/src/Razor/Razor.Design/test/IntegrationTests/Microsoft.AspNetCore.Razor.Design.Test.csproj
+++ b/src/Razor/Razor.Design/test/IntegrationTests/Microsoft.AspNetCore.Razor.Design.Test.csproj
@@ -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>
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>