Merge upstream changes

This commit is contained in:
Daniel Plaisted 2017-09-01 13:17:22 -07:00
commit 9b331673fe
67 changed files with 877 additions and 316 deletions

View file

@ -192,7 +192,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
.And.HaveStdOutContaining("Hello World!");
}
[Fact(Skip = "https://github.com/dotnet/cli/issues/7476")]
[Fact]
public void ItRunsAppWhenRestoringToSpecificPackageDirectory()
{
var rootPath = TestAssets.CreateTestDirectory().FullName;