fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

Fake.exe deleted after "build.cmd clean" #319

Open larsjr opened 6 years ago

larsjr commented 6 years ago

Description

packages\build\FAKE\tools\FAKE.exe is deleted when running build.cmd clean

Repro steps

Please provide the steps required to reproduce the problem

  1. Clone ProjectScaffold

  2. Run build.cmd

  3. Run build.cmd clean

  4. Run build.cmd again

Expected behavior

Would expect the project to be built.

Actual behavior

Error message in cmd/powershell: packages\build\FAKE\tools\FAKE.exe' is not recognized as an internal or external command, operable program or batch file

Related information