Skip to content

Commit

Permalink
Fixed run tests property in build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyKaylor committed Jul 27, 2011
1 parent e6bb442 commit aa14503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.ps1
Expand Up @@ -11,7 +11,7 @@ properties {
$version = Get-Version-From-Git-Tag $version = Get-Version-From-Git-Tag
$tools_dir = "$base_dir\Tools" $tools_dir = "$base_dir\Tools"
$config = "Release" $config = "Release"
$run_tests = "true" $run_tests = $true
} }


$framework = '4.0' $framework = '4.0'
Expand Down

0 comments on commit aa14503

Please sign in to comment.