Open forki opened 10 years ago
I agree - the problem is that the properties shouldn't just be passed to generate.fsx
from FAKE script (because you might want to run generate.fsx
by hand).
We could have a separate config.fsx
that would be loaded by both FAKE build script and generate script (that would work nicely, but it feels a bit more complicated)
run generate.fsx by hand
Really? How about a target in the build script and then
.\build docs
It's handy to be able to just alt+enter generate.fsx from VS, forcing you to go to the command line to run fake would be a step back
ok, seems we have different workflows
I agree that we should try to remove the repetition, but right now you can use both Fake and directly run in fsi inside VS, we should try to keep that
ok.
I feels strange to specify these things in two different places