diff --git a/powershell/public/Compare-MtTestResult.ps1 b/powershell/public/Compare-MtTestResult.ps1 index 5ef23643..b6e9cbc1 100644 --- a/powershell/public/Compare-MtTestResult.ps1 +++ b/powershell/public/Compare-MtTestResult.ps1 @@ -25,7 +25,7 @@ function Compare-MtTestResult { ) if(-not ($NewTest -and $PriorTest)){ - $reportProperties = @("Account","Blocks","ExecutedAt","FailedCount","PassedCount","Result","SkippedCount","TenantId","TenantName","Tests","TotalCount") + $reportProperties = @("Account","Blocks","CurrentVersion","ExecutedAt","FailedCount","LatestVersion","PassedCount","Result","SkippedCount","TenantId","TenantName","Tests","TotalCount") $reports = @() $files = Get-ChildItem "$BaseDir\TestResults-*.json" Write-Verbose "Found $($files.Count) TestResults-*.json files in $BaseDir"