diff --git a/Directory.Build.targets b/Directory.Build.targets index bf82e737396..590c775c2bf 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -10,19 +10,6 @@ - - - - - - - - - - - true - detailed - quiet - $([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'build', 'xunit.runsettings')) - $([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'TestResults')) - - - BuildTestsForAllTargetFrameworks - BuildTestsForSingleTargetFramework - - - VSTestAllTargetFrameworks - VSTestSingleTargetFramework - - - - - - - - - - - - Unit - - - - - - - - - - - - - - - - - - - <_FilteredTestProject Include="@(TestProject)" Condition="'%(TestProject.ProjectName)' == '$(TestProjectName)'" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/common.targets b/build/common.targets index de49b5a403d..d6e1f4fb771 100644 --- a/build/common.targets +++ b/build/common.targets @@ -102,6 +102,31 @@ + + + + + false + + + false + + + $(VsInstallRoot)\Common7\IDE\CommonExtensions\Microsoft\TestWindow + + true + detailed + quiet + $([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'build', 'xunit.runsettings')) + $([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'TestResults')) + trx;$(VSTestLogger) + console%3Bverbosity=$(VSTestVerbosity);$(VSTestLogger) + +