Team Foundation Build Recipes

Add Build Recipe

This Page is locked
Modified: 2008/02/11 17:28 by admin - Uncategorized
Adding new build recipes is done in a few easy steps. Remember, if you get stuck you can contact me and I'll put the recipe up for you.

  1. Login or Create an Account if you don't have one yet
  2. Browse to http://www.tfsbuild.com/YourPageName.aspx
  3. Follow the links to create your page
  4. Copy the following template and replace the sections with your own.
  5. Save your new page
  6. Add your new page to the contents by Editing the Build Recipes page

===Description===
Replace this text with your own description

===Usage===
Add to TFSBuild.proj as an override of the AfterGet target

===Source===
''Acknowledge the original source(s) of the build script, or link to your own blog if it's original work''
[http://OzGrant.com|Grant Holliday's Blog]

====Script====
@ @ (remove the space between the two @'s - this makes the XML display as-is, with no wiki formatting.)

      
      <Target Name="AfterGet" >
        
      </Target>

@ @ (remove the space between the two @'s)

===Notes===
* Add any particular caveats or notes that others should be aware of

© 2008 William Bartholomew blog.bartholomew.id.au

Powered by screwturn wiki