Merge branch 'rel/1.0.0' of https://github.com/dotnet/cli into test-fx

This commit is contained in:
Sridhar Periyasamy 2016-02-11 14:22:24 -08:00
commit f86952cf1d
72 changed files with 569 additions and 270 deletions

View file

@ -32,6 +32,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
}
public IncrementalTestBase(string testProjectsRoot, string mainProject, string expectedOutput)
{
MainProject = mainProject;