Course
Skills Expanded
Continuous Integration with psake and TeamCity: Getting Started
Learn to use psake, a PowerShell build automation tool, to build a self-contained, re-usable continuous integration pipeline that easily integrates with TeamCity.
What you'll learn
Learn to use psake, a PowerShell build automation tool, to build a self-contained, reusable, continuous integration pipeline. You will learn how to write a psake script from scratch, package the script and the required tools as NuGet packages to increase reusability, and how to integrate your script with TeamCity to build your ultimate continuous integration pipeline.
Table of contents
Introducing psake
16mins
Building with MSBuild
25mins
Running Tests
28mins
Gathering Test Coverage Metrics
30mins
Packaging
27mins