DotNetBuild.TeamCity is a TeamCity plugin which allows you run your DotNetBuild scripts from within TeamCity. When you install DotNetBuild, you'll get a new build runner type called 'DotNetBuild'.
- Download the latest version of the plugin from the releases page.
- Put the dotNetBuild.zip file in the 'plugins' directory under the TeamCity data directory.
- Restart TeamCity.
You should now be able to see the 'DotNetBuild' runner type when you add a new build step.
When adding a new DotNetBuild build step, you'll get the following option page where you can specify which parameters should be passed to the DotNetBuild runner.