diff --git a/scripts/Invoke-CodeGen.ps1 b/scripts/Invoke-CodeGen.ps1 index 83fb5108a..fa51c9c5b 100644 --- a/scripts/Invoke-CodeGen.ps1 +++ b/scripts/Invoke-CodeGen.ps1 @@ -279,7 +279,7 @@ try { } Set-Location $specificationFolderPath - Invoke-ScriptWithLogging { npx tsp compile . --trace @typespec/http-client-csharp } + Invoke-ScriptWithLogging { npx tsp compile . --stats --trace @typespec/http-client-csharp } } finally { Pop-Location