Skip to content

Commit

Permalink
ensure test results folder is created if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMissal committed Mar 2, 2015
1 parent eefedeb commit ef0e302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/psake/default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Task NuGetBuild -depends Clean {
}

Task RunUnitTests -depends Build {
New-Item -ItemType Directory -Force -Path "$test_result_path"
$test_arguments = @("/resultsFile:$test_result_file")
$test_arguments += "/testcontainer:$test_dll"

Expand Down

0 comments on commit ef0e302

Please sign in to comment.