diff --git a/build.ps1 b/build.ps1 index a9b9cbb6..5233f542 100755 --- a/build.ps1 +++ b/build.ps1 @@ -9,6 +9,7 @@ param( $ErrorActionPreference = "Stop" $ProgressPreference = "SilentlyContinue" +$env:MSBUILDTERMINALLOGGER = "auto" $solutionPath = $PSScriptRoot $sdkFile = Join-Path $solutionPath "global.json"