Skip to content

Commit

Permalink
Use MSBUILDTERMINALLOGGER
Browse files Browse the repository at this point in the history
Use `MSBUILDTERMINALLOGGER=auto` to get nicer output from the .NET SDK.
  • Loading branch information
martincostello committed Dec 5, 2023
1 parent 6bfae9e commit 8f40207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ param(

$ErrorActionPreference = "Stop"
$ProgressPreference = "SilentlyContinue"
$env:MSBUILDTERMINALLOGGER = "auto"

$solutionPath = $PSScriptRoot
$sdkFile = Join-Path $solutionPath "global.json"
Expand Down

0 comments on commit 8f40207

Please sign in to comment.