You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.