Add check for MyGet as the build runner and strip trailing newlines.
This commit is contained in:
parent
bde5badee9
commit
9386ca769d
1 changed files with 6 additions and 1 deletions
|
@ -15,4 +15,9 @@ IF NOT EXIST build.fsx (
|
|||
.paket\paket.exe update
|
||||
packages\FAKE\tools\FAKE.exe init.fsx
|
||||
)
|
||||
packages\FAKE\tools\FAKE.exe build.fsx %*
|
||||
|
||||
if "%BuildRunner%" == "MyGet" (
|
||||
SET BuildTarget=NuGet
|
||||
)
|
||||
|
||||
packages\FAKE\tools\FAKE.exe build.fsx %* %BuildTarget%
|
Loading…
Reference in a new issue