diff --git a/CodeCoverage.runsettings b/CodeCoverage.runsettings index 6cdf75e..8d8c60f 100644 --- a/CodeCoverage.runsettings +++ b/CodeCoverage.runsettings @@ -10,6 +10,7 @@ .*\.Test\..* + .*\.IntegrationTests\..* .*\.Client\..* .*\.Common\..* diff --git a/build.proj b/build.proj index bdedaa4..1502e04 100644 --- a/build.proj +++ b/build.proj @@ -15,7 +15,10 @@ /t:UnitTest Runs unit tests - + + /t:IntegrationTests + Runs integration tests + /t:RestoreNugetPackages Restores nuget packages @@ -105,6 +108,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +