Skip to content

Commit 0309790

Browse files
committed
Get MSBuild performance summary
1 parent c9ce066 commit 0309790

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
@@ -133,6 +133,7 @@ stages:
133133
-pack
134134
-all
135135
/bl:artifacts/log/build.x64.binlog
136+
'/fileLoggerParameters:LogFile=artifacts/log/performance.x64.log;PerformanceSummary;Verbosity=Quiet'
136137
$(_BuildArgs)
137138
$(_InternalRuntimeDownloadArgs)
138139
displayName: Build x64
@@ -147,6 +148,7 @@ stages:
147148
-noBuildJava
148149
/p:OnlyPackPlatformSpecificPackages=true
149150
/bl:artifacts/log/build.x86.binlog
151+
'/fileLoggerParameters:LogFile=artifacts/log/performance.x86.log;PerformanceSummary;Verbosity=Quiet'
150152
$(_BuildArgs)
151153
$(_InternalRuntimeDownloadArgs)
152154
displayName: Build x86

0 commit comments

Comments
 (0)