Merge pull request #1362 from dotnet/pakrym/dc-tests

Refactor DependencyModel, add unit tests, add EnvironmentAbstraction library
This commit is contained in:
Pavel Krymets 2016-02-16 14:51:47 -08:00
commit 7754e8c710
39 changed files with 1739 additions and 346 deletions

View file

@ -29,6 +29,7 @@ namespace Microsoft.DotNet.Cli.Build
"dotnet-pack.Tests",
"Microsoft.DotNet.Cli.Utils.Tests",
"Microsoft.DotNet.Compiler.Common.Tests",
"Microsoft.Extensions.DependencyModel.Tests",
"ArgumentForwardingTests"
};