aspnetcore/test
Ryan Nowak e8af1141cb Attempt to fix Razor CI flakiness
We're seeing some test failures on the CI where the build has no output.
Sure enough, using Process.Exited is trap. It doesn't guarantee that all
of the output has been written when it's trigger.

This is a different approach that shouldn't suffer from the same
problem.
2018-01-16 17:18:44 -08:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Add an Identifier by default 2018-01-06 18:43:01 -08:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Remove Get/SetRelativePath 2018-01-05 21:52:59 -08:00
Microsoft.AspNetCore.Razor.Design.Test Attempt to fix Razor CI flakiness 2018-01-16 17:18:44 -08:00
Microsoft.AspNetCore.Razor.Language.Test Use FilePath if RelativePhysicalPath on RazorProjectItem is null 2018-01-12 15:19:01 -08:00
Microsoft.AspNetCore.Razor.Runtime.Test Refocus Razor runtime assemblies 2017-12-19 13:26:07 -08:00
Microsoft.AspNetCore.Razor.Test Refocus Razor runtime assemblies 2017-12-19 13:26:07 -08:00
Microsoft.AspNetCore.Razor.Test.Common Adding more tests and clarity around file paths 2018-01-08 22:53:49 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim Make AspNetCoreSettings actually work 2017-12-28 09:40:21 -08:00
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X Make AspNetCoreSettings actually work 2017-12-28 09:40:21 -08:00
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.VisualStudio.Editor.Razor.Test Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor.Test Unify how AdhocWorkspace is constructed. 2018-01-12 17:54:53 -08:00
RazorPageGenerator.Test
testapps Fix a build break introduced by new SDK 2018-01-12 14:22:00 -08:00
Directory.Build.props