Some people asked for the slides for my Continuous Integration presentation at the Perth .NET Community of Practice yesterday. Enjoy.
Download the Presentation here
This presentation was targetted at developers new to Continuous Integration. The examples use my Abstract2ion project which comes set up for Continuous Integration. If you are trying to set this up with TeamCity the table below has some of the configuration values necessary (TeamCity is pretty easy to use, so I'm not going to write a step by step guide):
| Artifact paths: |
Abstract2ion\Package\*.zip |
| Build runner: |
MSBuild |
| Build File Path: |
Abstract2ion\Abstract2ion.build |
| MSBuild Version |
Microsoft .NET Framework 3.5 |
| MSBuild ToolsVersion |
3.5 |
| Targets |
Test;Package |
| Command Line Parameters |
/property:Configuration=Release |
| |
|