Skip to content

Commit

Permalink
corrected testresult name to match expected
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Sep 11, 2019
1 parent 3a59583 commit 3fb22bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psake.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fb22bd

Please sign in to comment.