We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MSBuild
1 parent c9ce066 commit 0309790Copy full SHA for 0309790
.azure/pipelines/ci.yml
@@ -133,6 +133,7 @@ stages:
133
-pack
134
-all
135
/bl:artifacts/log/build.x64.binlog
136
+ '/fileLoggerParameters:LogFile=artifacts/log/performance.x64.log;PerformanceSummary;Verbosity=Quiet'
137
$(_BuildArgs)
138
$(_InternalRuntimeDownloadArgs)
139
displayName: Build x64
@@ -147,6 +148,7 @@ stages:
147
148
-noBuildJava
149
/p:OnlyPackPlatformSpecificPackages=true
150
/bl:artifacts/log/build.x86.binlog
151
+ '/fileLoggerParameters:LogFile=artifacts/log/performance.x86.log;PerformanceSummary;Verbosity=Quiet'
152
153
154
displayName: Build x86
0 commit comments