This commit is contained in:
Nate McMaster 2017-02-16 10:10:08 -08:00
parent b1dafc2f34
commit ef99d7c233
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
3 changed files with 6 additions and 0 deletions

6
build/repo.props Normal file
View File

@ -0,0 +1,6 @@
<Project>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.SignalR.Test.Server\*.csproj" />
<ExcludeFromTest Include="$(RepositoryRoot)test\WebSocketsTestApp\*.csproj" />
</ItemGroup>
</Project>