Created
June 21, 2013 11:42
-
-
Save marcofranssen/5830677 to your computer and use it in GitHub Desktop.
Gists belonging to my blogpost http://marcofranssen.nl/ci-with-jenkins-msbuild-nuget-and-git-part-4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Target Name="CI" DependsOnTargets="LoadNuGetPackages;Clean;Compile;CodeCoverage;Specs"></Target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment