After reading several blogs and searching the net for examples, I finally finished our team build script. Some things to note about the tasks inside the build engine.
The delete task will not delete directories. The exclude path must be absolute.
Also you will need the MSBuild Tasks (http://msbuildtasks.tigris.org) to use the
Related posts:
- The Secrets to Uploading Files with Ease In the golden, olden days of ASP, managing a file upload was pretty difficult. Most developers reverted to digging deep...
- How To Add A 5-Day Forecast To Your Website An article that demostrates the use of the National Weather Service’s Experimental National Digital Forecast Database XML Web Service...
- Your free search engine – Microsoft Indexing Server Many web applications provide a search capability, which allows users to search all the content of a web application. This...
- Determining the size dimensions of uploaded images in ASP.NET This article how to describes how to determine the width and height of an image after it has been uploaded...
- How to Create a Default ‘Enter’ Button! This is one of those little code snippets you can pull your hair out trying to find. And no help...

