Add declaration of BuildTarget outside of the condition.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Thu, 27 Jul 2017 10:01:21 +0000 (12:01 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Thu, 27 Jul 2017 10:01:21 +0000 (12:01 +0200)
build.cmd

index bba5c29..269b98b 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -16,6 +16,7 @@ IF NOT EXIST build.fsx (
   packages\FAKE\tools\FAKE.exe init.fsx
 )
 
+SET BuildTarget=
 if "%BuildRunner%" == "MyGet" (
   SET BuildTarget=NuGet
 )