aspnetcore/test/Microsoft.AspNetCore.Razor....
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
..
IntegrationTests Attempt to fix Razor CI flakiness 2018-01-16 17:18:44 -08:00
BuildVariables.cs Add support for running tests using desktop msbuild 2018-01-05 12:52:01 -08:00
BuildVariables.cs.template Add support for running tests using desktop msbuild 2018-01-05 12:52:01 -08:00
Microsoft.AspNetCore.Razor.Design.Test.csproj Add support for running tests using desktop msbuild 2018-01-05 12:52:01 -08:00
xunit.runner.json