-
Couldn't load subscription status.
- Fork 18
Changing the default build process
Bruce Keen edited this page Jan 15, 2014
·
1 revision
To change the default build build process you need to create a copy of Core.fsx in your repository.
So if you've got a repository structure like :
root
| - src
| - solution
| - project
| - tools
Where tools is a Build.Tools submodule then create a copy of Core.fsx in the solution folder then update the reference and load lines at the top with the revised referential paths.
Update your build.bat to use this version of Core.fsx rather than the one under the tools folder.
You can now customise the build process.