Skip to content

Commit a69e756

Browse files
committed
Get MSBuild performance summary
1 parent c8d536d commit a69e756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ stages:
158158
-arch x64
159159
-pack
160160
-all
161+
'/fileLoggerParameters:LogFile=artifacts/log/performance.x64.log;PerformanceSummary;Verbosity=Quiet'
161162
$(_BuildArgs)
162163
$(_InternalRuntimeDownloadArgs)
163164
$(Windows64LogArgs)
@@ -174,6 +175,7 @@ stages:
174175
-noBuildJava
175176
-noBuildNative
176177
/p:OnlyPackPlatformSpecificPackages=true
178+
'/fileLoggerParameters:LogFile=artifacts/log/performance.x86.log;PerformanceSummary;Verbosity=Quiet'
177179
$(_BuildArgs)
178180
$(_InternalRuntimeDownloadArgs)
179181
$(Windows86LogArgs)

0 commit comments

Comments
 (0)