Skip dotnet-watch functional tests while we investigate CI hangs

This commit is contained in:
Nate McMaster 2017-04-28 14:03:27 -07:00
parent add3d93101
commit f23ba913db
1 changed files with 5 additions and 0 deletions

5
build/repo.props Normal file
View File

@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.DotNet.Watcher.Tools.FunctionalTests\*.csproj" />
</ItemGroup>
</Project>