From 33529b567ebc381e6073c4413c96db57ff26c7f6 Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Wed, 30 Nov 2016 15:12:16 -0800 Subject: [PATCH] fix build by not running tests on a test helper library --- build/test/TestProjects.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/test/TestProjects.targets b/build/test/TestProjects.targets index b263c5c9a..60fce21dc 100644 --- a/build/test/TestProjects.targets +++ b/build/test/TestProjects.targets @@ -51,7 +51,8 @@ Include="test$(PathSeparator)ArgumentsReflector$(PathSeparator)ArgumentsReflector.csproj; test$(PathSeparator)Microsoft.DotNet.Tools.Tests.Utilities$(PathSeparator)Microsoft.DotNet.Tools.Tests.Utilities.csproj; test$(PathSeparator)TestingAbstractions$(PathSeparator)TestAppWithFullPdbs$(PathSeparator)TestAppWithFullPdbs.csproj; - test$(PathSeparator)TestingAbstractions$(PathSeparator)TestAppWithPortablePdbs$(PathSeparator)TestAppWithPortablePdbs.csproj" /> + test$(PathSeparator)TestingAbstractions$(PathSeparator)TestAppWithPortablePdbs$(PathSeparator)TestAppWithPortablePdbs.csproj; + test$(PathSeparator)Msbuild.Tests.Utilities$(PathSeparator)Msbuild.Tests.Utilities.csproj" />