From d2d9a47686585364350353221ee63c5dc591f947 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 3 Jul 2018 10:08:25 -0700 Subject: [PATCH] Invoke dotnet vstest directly instead of using the VSTest target Attempt to workaround Microsoft/vstest#1503 which causes test failure output to be swallowed --- build/SharedFx.targets | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/build/SharedFx.targets b/build/SharedFx.targets index ed0bb6cf96..2c206a87b1 100644 --- a/build/SharedFx.targets +++ b/build/SharedFx.targets @@ -540,9 +540,24 @@ RepositoryCommit=$(RepositoryCommit); SharedFxRuntimeIdentifier=$(SharedFXRid) + $(LogOutputDir)SharedFx.UnitTests-$(BuildNumber).trx - + + + + + + + + +