Merge pull request #1786 from livarcocc/tests_as_client

Modifying the reporting channels to make the AdapterChannel a client
This commit is contained in:
Livar 2016-03-15 16:37:26 -07:00
commit 1c9803d980
22 changed files with 536 additions and 84 deletions

View file

@ -36,7 +36,8 @@ namespace Microsoft.DotNet.Cli.Build
"Microsoft.DotNet.ProjectModel.Tests",
"Microsoft.Extensions.DependencyModel.Tests",
"ArgumentForwardingTests",
"dotnet-test.UnitTests"
"dotnet-test.UnitTests",
"dotnet-test.Tests"
};
[Target(nameof(PrepareTargets.Init), nameof(SetupTests), nameof(RestoreTests), nameof(BuildTests), nameof(RunTests), nameof(ValidateDependencies))]