publish using new parser, rename ArgsToBeForwarded
This commit is contained in:
parent
1a0ba24883
commit
0b94c979db
9 changed files with 70 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue