Skip to content

Commit f693a9e

Browse files
feat: Adding historical tracking ( Fixes PoshWeb#12 )
Fixing datetime field, restarting collection
1 parent 09b9ede commit f693a9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ $history = @(try {
7676
} catch {}) -ne $null
7777

7878
$history += $buildTimes |
79-
Select-Object Technique, Time, RelativeSpeed, Date
79+
Select-Object Technique, Time, RelativeSpeed, DateTime
8080

81-
# ConvertTo-Json -InputObject $history > ./history.json -Depth 2
81+
ConvertTo-Json -InputObject $history > ./history.json -Depth 2
8282

8383
$buildTimes | ConvertTo-Html -Title BuildTimes > ./times.html
8484

0 commit comments

Comments
 (0)