aspnetcore/test/Microsoft.AspNetCore.Razor..../IntegrationTests
Pranav K f70df60435 Move RazorGenerate and RazorTagHelper tasks in to the Sdk
Loading multiple versions of a task assembly result results in MSBuild on .NET Core to fail.
Addressing this by moving the tasks in to the Sdk and renaming it. This should avoid
immediate issues for a 2.1 and 2.2 project co-existing and future proofs 2.2 and later.

Fixes https://github.com/aspnet/Razor/issues/2553
2018-09-19 10:09:56 -07:00
..
Assert.cs Honor NoBuild flag during publish 2018-07-26 11:40:38 -07:00
BuildIncrementalismTest.cs Skip BuildIncremental_SimpleMvc_PersistsTargetInputFile on xplat 2018-07-27 14:22:23 -07:00
BuildIntegrationTest.cs Move RazorGenerate and RazorTagHelper tasks in to the Sdk 2018-09-19 10:09:56 -07:00
BuildIntrospectionTest.cs
BuildServerIntegrationTest.cs Unblock VSTS linux builds (#2526) 2018-08-08 10:48:16 -07:00
BuildServerTestFixture.cs Handle pipe name with whitespace properly 2018-06-19 15:10:49 -07:00
ConfigurationMetadataIntegrationTest.cs
DesignTimeBuildIntegrationTest.cs
FIleThumbPrint.cs
InitializeTestProjectAttribute.cs
MSBuildIntegrationTestBase.cs Handle pipe name with whitespace properly 2018-06-19 15:10:49 -07:00
MSBuildProcessKind.cs
MSBuildProcessManager.cs Clean up timeout reporting 2018-09-13 15:40:37 -07:00
MSBuildResult.cs
PackIntegrationTest.cs Add NoBuild test that includes content. 2018-06-21 14:36:07 -07:00
ProjectDirectory.cs
PublishIntegrationTest.cs Honor NoBuild flag during publish 2018-07-26 11:40:38 -07:00
RazorCompileIntegrationTest.cs
RazorGenerateIntegrationTest.cs