Add declaration of BuildTarget outside of the condition.
This commit is contained in:
parent
22d659d3ac
commit
f6946c979f
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ IF NOT EXIST build.fsx (
|
|||
packages\FAKE\tools\FAKE.exe init.fsx
|
||||
)
|
||||
|
||||
SET BuildTarget=
|
||||
if "%BuildRunner%" == "MyGet" (
|
||||
SET BuildTarget=NuGet
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue