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.
- Login or Create an Account if you don't have one yet
- Browse to http://www.tfsbuild.com/YourPageName.aspx
- Follow the links to create your page
- Copy the following template and replace the sections with your own.
- Save your new page
- 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