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

GenerateHelpDebug when KeepRunning #206

Closed giacomociti closed 8 years ago

giacomociti commented 8 years ago

I think the build target KeepRunning should rely on GenerateHelpDebug instead of GenerateHelp. In this way generateHelp' is called with the debug flag.

forki commented 8 years ago

thx