Merge rel/1.0.0 into feature/msbuild.

This commit is contained in:
Eric Erhardt 2016-07-18 14:44:06 -05:00
commit d2db776d87
34 changed files with 204 additions and 631 deletions

View file

@ -156,13 +156,10 @@ namespace Microsoft.DotNet.Cli
else
{
CommandResult result = Command.Create("dotnet-" + command, appArgs, FrameworkConstants.CommonFrameworks.NetStandardApp15)
.ForwardStdErr()
.ForwardStdOut()
.Execute();
exitCode = result.ExitCode;
}
return exitCode;
}