fix OSX issue in VSO build
also, make it possible to have more verbose build runs when needed
This commit is contained in:
parent
7da4573613
commit
9f3727d1a7
6 changed files with 56 additions and 21 deletions
|
|
@ -26,7 +26,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
{
|
||||
return _ansiPassThru.Value;
|
||||
}
|
||||
|
||||
|
||||
private static bool GetBool(string name, bool defaultValue = false)
|
||||
{
|
||||
var str = Environment.GetEnvironmentVariable(name);
|
||||
|
|
|
|||
Reference in a new issue