Merge pull request #249 from octokit/flip-that-bit

i am an idiot
This commit is contained in:
Drew Miller
2013-11-30 22:08:51 -08:00
+1 -1
View File
@@ -21,7 +21,7 @@ if TARGET=="RunUnitTests" (SET RunBuild=1)
if TARGET=="RunIntegrationTests" (SET RunBuild=1)
if TARGET=="CreatePackages" (SET RunBuild=1)
if "%RunBuild%"=="" (
if NOT "%RunBuild%"=="" (
"tools\FAKE.Core\tools\Fake.exe" "build.fsx" "target=BuildApp" "buildMode=%BUILDMODE%"
)