From 12a479d1f69c277ae409aebe1b2351f2f29ea52a Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 15 Jan 2019 17:18:28 -0800 Subject: [PATCH] Move dotnet watch to a seperate test group (#6730) --- src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj b/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj index ada6cec74c..bab30267fa 100644 --- a/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj +++ b/src/Tools/dotnet-watch/test/dotnet-watch.Tests.csproj @@ -4,6 +4,7 @@ netcoreapp2.1 Microsoft.DotNet.Watcher.Tools.Tests $(DefaultItemExcludes);TestProjects\**\* + DotNetWatcherToolsTests