From 3fb22bd41f6f216b28cd14b0dee38d20fdccaafb Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Wed, 11 Sep 2019 01:29:38 -0500 Subject: [PATCH] corrected testresult name to match expected --- psake.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psake.ps1 b/psake.ps1 index f69a9fce..4cdf6041 100644 --- a/psake.ps1 +++ b/psake.ps1 @@ -14,7 +14,7 @@ Properties { $tests = "$projectRoot\Tests" $Timestamp = Get-Date -Uformat "%Y%m%d-%H%M%S" $PSVersion = $PSVersionTable.PSVersion.ToString() - $TestFile = "TestResults_PS$PSVersion`_$TimeStamp.xml" + $TestFile = "TestResults.xml" $lines = '----------------------------------------------------------------------' $outputDir = $env:BHBuildOutput $outputModDir = Join-Path -Path $outputDir -ChildPath $env:BHProjectName