Add declaration of BuildTarget outside of the condition.

This commit is contained in:
Jarl Gullberg 2017-07-27 12:01:21 +02:00
parent 22d659d3ac
commit f6946c979f
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -16,6 +16,7 @@ IF NOT EXIST build.fsx (
packages\FAKE\tools\FAKE.exe init.fsx
)
SET BuildTarget=
if "%BuildRunner%" == "MyGet" (
SET BuildTarget=NuGet
)