Skip to content

Commit 7f2efee

Browse files
authored
Add debug statement for ResGen build (#27890)
1 parent 76902d4 commit 7f2efee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3311,7 +3311,7 @@ function Start-ResGen
33113311

33123312
Push-Location "$PSScriptRoot/src/ResGen"
33133313
try {
3314-
Start-NativeExecution { dotnet run } | Write-Verbose
3314+
Start-NativeExecution { dotnet run --verbosity normal } -VerboseOutputOnError
33153315
} finally {
33163316
Pop-Location
33173317
}

0 commit comments

Comments
 (0)