Skip to content

Commit 47acf59

Browse files
committed
use TL summary all the time beacuse we have a big build
1 parent a42d38b commit 47acf59

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.cmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ if %errorlevel%==0 (
1010
set skipFlags="/p:SkipUsingCrossgen=true /p:SkipBuildingInstallers=true"
1111
)
1212
set DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT=true
13-
powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -command "& """%~dp0eng\common\build.ps1""" -restore -build -msbuildEngine dotnet %skipFlags% %*"
14-
15-
endlocal
13+
powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -command "& """%~dp0eng\common\build.ps1""" -restore -build -msbuildEngine dotnet %skipFlags% /tlp:summary %*"
1614
exit /b %ErrorLevel%

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ if [[ "$@" != *"-pack"* ]]; then
1414
fi
1515

1616
export DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT="true"
17-
. "$ScriptRoot/eng/common/build.sh" --build --restore $skipFlags "$@"
17+
. "$ScriptRoot/eng/common/build.sh" --build --restore $skipFlags /tlp:summary "$@"

0 commit comments

Comments
 (0)