We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651fd65 commit 52ef98dCopy full SHA for 52ef98d
1 file changed
build.ps1
@@ -113,11 +113,6 @@ $history = @(try {
113
Invoke-RestMethod -Uri $BuildTimeHistoryUrl -ErrorAction Ignore
114
} catch {}) -ne $null
115
116
-$history += $buildTimes |
117
- Select-Object Technique, Time, RelativeSpeed, DateTime
118
-
119
-ConvertTo-Json -InputObject $history > ./history.json -Depth 2
120
121
$buildTimes | ConvertTo-Html -Title BuildTimes > ./times.html
122
123
@(
@@ -191,7 +186,7 @@ $history = @(try {
191
186
$history += $buildTimes |
192
187
Select-Object Technique, Time, RelativeSpeed, DateTime
193
188
194
189
+# ConvertTo-Json -InputObject $history > ./history.json -Depth 2
195
190
196
197
0 commit comments