Move dotnet watch to a seperate test group (#6730)

This commit is contained in:
Pavel Krymets 2019-01-15 17:18:28 -08:00 committed by GitHub
parent 563ff7c639
commit 12a479d1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>Microsoft.DotNet.Watcher.Tools.Tests</AssemblyName>
<DefaultItemExcludes>$(DefaultItemExcludes);TestProjects\**\*</DefaultItemExcludes>
<TestGroupName>DotNetWatcherToolsTests</TestGroupName>
</PropertyGroup>
<ItemGroup>