Skip to content

Commit ef0e302

Browse files
committed
ensure test results folder is created if missing
1 parent eefedeb commit ef0e302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/psake/default.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Task NuGetBuild -depends Clean {
2929
}
3030

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

0 commit comments

Comments
 (0)