Changed Pester test results filename
6811507b
Adam Rush
committed
succeeded
1 changed file
build.psake.ps1
/Build/build.psake.ps1-1+1
/Build/build.psake.ps1
Add comment 11
Add comment 12 # Pester
Add comment 13 $TestScripts = Get-ChildItem "$ProjectRoot\Tests\*\*Tests.ps1"
Add comment 14 Minus   $TestFile = "$($TimeStamp)_UnitTestResults.xml"
Add comment 14 Plus   $TestFile = "Test-Unit_$($TimeStamp).xml"
Add comment 15
Add comment 16 # Script Analyzer
Add comment 17 [ValidateSet('Error', 'Warning', 'Any', 'None')]