Skip to content

Instantly share code, notes, and snippets.

@jackinf
Created January 10, 2014 14:56
Show Gist options
  • Save jackinf/8355723 to your computer and use it in GitHub Desktop.
Save jackinf/8355723 to your computer and use it in GitHub Desktop.
Chutzpah Teamcity MSBuild
<?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Chutzpah" ToolsVersion="4.0">
<PropertyGroup>
<ChutzpahPath>..\packages\Chutzpah.1.3.1.1\tools\chutzpah.console.exe</ChutzpahPath>
<TestSourcePath>spec</TestSourcePath>
</PropertyGroup>
<Target Name="Chutzpah">
<Exec Command="$(ChutzpahPath) $(TestSourcePath) /teamcity" />
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment