diff --git a/build.psm1 b/build.psm1 index 54555ac779f..d621a73a95b 100644 --- a/build.psm1 +++ b/build.psm1 @@ -3311,7 +3311,7 @@ function Start-ResGen Push-Location "$PSScriptRoot/src/ResGen" try { - Start-NativeExecution { dotnet run } | Write-Verbose + Start-NativeExecution { dotnet run --verbosity normal } -VerboseOutputOnError } finally { Pop-Location }