Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid path in build.cmd of FsLabJournal template #20

Open
aprooks opened this issue Nov 2, 2015 · 0 comments
Open

Invalid path in build.cmd of FsLabJournal template #20

aprooks opened this issue Nov 2, 2015 · 0 comments

Comments

@aprooks
Copy link

aprooks commented Nov 2, 2015

if "%1" == "quickrun" (
  ../packages\FAKE\tools\FAKE.exe run --fsiargs -d:NO_FSI_ADDPRINTER build.fsx
) else (
  ../.paket\paket.bootstrapper.exe
  if errorlevel 1 (
    exit /b %errorlevel%
  )
  if not exist paket.lock (
    ../.paket\paket.exe install
  ) else (
    ../.paket\paket.exe restore
  )
  if errorlevel 1 (
    exit /b %errorlevel%
  )
  ../packages\FAKE\tools\FAKE.exe %* --fsiargs -d:NO_FSI_ADDPRINTER build.fsx
)

these ../ should be changed to ..\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant