File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,5 @@ if %errorlevel%==0 (
10
10
set skipFlags = " /p:SkipUsingCrossgen=true /p:SkipBuildingInstallers=true"
11
11
)
12
12
set DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = true
13
- powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -command " & " " " %~dp0 eng\common\build.ps1" " " -restore -build -msbuildEngine dotnet %skipFlags% %* "
14
-
15
- endlocal
13
+ powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -command " & " " " %~dp0 eng\common\build.ps1" " " -restore -build -msbuildEngine dotnet %skipFlags% /tlp:summary %* "
16
14
exit /b %ErrorLevel%
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ if [[ "$@" != *"-pack"* ]]; then
14
14
fi
15
15
16
16
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 " $@ "
You can’t perform that action at this time.
0 commit comments