Skip to content

Commit

Permalink
Added new test project to the RunUnitTests target
Browse files Browse the repository at this point in the history
  • Loading branch information
abnanda1 committed Jul 15, 2013
1 parent f3ba82b commit 6baab2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@
Xml="$(TestResultsPath)\Microsoft.AspNet.SignalR.Tests.XunitResults.xml"
Verbose="true" />

<xunit Assembly="$(ProjectArtifactsDir)\Microsoft.AspNet.SignalR.Client.CSharp.Tests\Microsoft.AspNet.SignalR.Client.CSharp.Tests.dll"
Xml="$(TestResultsPath)\Microsoft.AspNet.SignalR.Client.CSharp.Tests.XunitResults.xml"
Verbose="true" />

<xunit Assembly="$(ProjectArtifactsDir)\Microsoft.AspNet.SignalR.SqlServer.Tests\Microsoft.AspNet.SignalR.SqlServer.Tests.dll"
Xml="$(TestResultsPath)\Microsoft.AspNet.SignalR.SqlServer.Tests.XunitResults.xml"
Verbose="true" />
Expand Down

0 comments on commit 6baab2e

Please sign in to comment.