Exclude utility project from test discovery (#1556)

This commit is contained in:
Ryan Brandenburg 2018-03-07 15:56:39 -08:00 committed by Andrew Stanton-Nurse
parent a41bf6228f
commit 98e270ea6a
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<ProjectsToPack Include="$(RepositoryRoot)client-ts\Microsoft.AspNetCore.SignalR.Client.TS\*.csproj" />
</ItemGroup>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.SignalR.Tests.Utils\*.csproj" />
</ItemGroup>
<PropertyGroup>
<!-- These properties are use by the automation that updates dependencies.props -->
<LineupPackageId>Internal.AspNetCore.Universe.Lineup</LineupPackageId>