Skip to content

Commit d7bf406

Browse files
committed
Get MSBuild performance summary
1 parent f908247 commit d7bf406

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
-arch x64
134134
-pack
135135
-all
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
-all
148149
-noBuildJava
149150
/p:OnlyPackPlatformSpecificPackages=true
151+
'/fileLoggerParameters:LogFile=artifacts/log/performance.x86.log;PerformanceSummary;Verbosity=Quiet'
150152
$(_BuildArgs)
151153
$(_InternalRuntimeDownloadArgs)
152154
displayName: Build x86

0 commit comments

Comments
 (0)