The next step for my team city build server was to get it building my project whenever changes have been checked in.
- Select your project.
- Select your build configuration (which I made here).
- Hit the "Edit Configuration Settings" button.
- Select build triggering.
- Check "Enable triggering when files are checked into VCS.
I then configured my Build Runner to build the correct solution file with MSBuild. My project structure is:
WhereAreYou\Solution
And my solution file is WhereAreYou.sln, so I configured to runner as shown below:
Pretty straightforward, and low and behold my build passed:
Next is to get my Continuous Build running Unit Tests...
No comments:
Post a Comment