File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
.azure-pipelines/PipelineSteps/BatchGeneration Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ foreach ($moduleName in $sortedModuleNames) {
114
114
$moduleResult.DurationSeconds = ($moduleEndTime - $moduleStartTime ).TotalSeconds
115
115
$results += $moduleResult
116
116
$moduleResultJson = $moduleResult | ConvertTo-Json - Depth 5
117
+ Write-Host " ======= GENERATION RESULT JSON START ======="
117
118
Write-Host $moduleResultJson
118
119
}
119
120
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ foreach ($moduleName in $moduleGroup) {
34
34
$result.DurationSeconds = ($endTime - $startTime ).TotalSeconds
35
35
$results += $result
36
36
$resultJson = $result | ConvertTo-Json - Depth 5
37
+ Write-Host " ======= BUILD RESULT JSON START ======="
37
38
Write-Host $resultJson
38
39
}
39
40
}
You can’t perform that action at this time.
0 commit comments