publish using new parser, rename ArgsToBeForwarded

This commit is contained in:
jonsequitur 2017-03-09 07:35:06 -08:00
parent 1a0ba24883
commit 0b94c979db
9 changed files with 70 additions and 21 deletions

View file

@ -84,6 +84,12 @@ namespace Microsoft.DotNet.Cli
return 1;
}
catch (Exception e) when (!e.ShouldBeDisplayedAsError())
{
Reporter.Output.WriteLine(e.ToString().Red().Bold());
return 1;
}
finally
{
if (PerfTrace.Enabled)