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.
1 parent a17cf9b commit 92b0849Copy full SHA for 92b0849
utils/build.ps1
@@ -494,7 +494,7 @@ function Write-Summary {
494
"Elapsed Time" = $FormattedTime
495
"%" = "$Percentage%"
496
}
497
- } | Sort-Object -Descending -Property "%"
+ } | Sort-Object -Descending -Property "Elapsed Time"
498
499
$FormattedTotalTime = "{0:hh\:mm\:ss\.ff}" -f $TotalTime
500
$TotalRow = [PSCustomObject]@{
0 commit comments