-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
I'm in the process of attempting to implement #290 and noticed that the Generators create a .bat build script which seems quite handy, but then the Builders don't actually use the build script generated.
For example the DotNetCliBuilder runs it's own restore and build commands and doesn't use the generated build script to do the building. The Roslyn Builder outputs a log entry for the BuildScriptFilePath but then doesn't use it at all.
This might be intentional, so sorry if I'm being naive (the solution is quite a learning curve :)