First of all you have to know that in order to install any web application using MS Deploy you mostly need MS Deploy to be installed on the destination machine, so go to the following page and down...
How to prevent some files from committed to the source control?
I will show another small tip which prevent file from committed to the source control or TFS 2010, I will prevent the generated minifiy file that create by Microsoft Ajax Minifier. Open forb...
TF215097: An error occurred while initializing a build for build definition..
"TF215097: An error occurred while initializing a build for build definition yourBuildDef: There was no endpoint listening at http://tfs2010:9191/Build/v3.0/Services/Controller/1 that could accept...
How to exclude file from the Source Control?
I will show a small tip of how to exclude a file from TFS 2010 or exclude file from source control, please see the following image, if you want to include just do the Vice versa. That's it, very...
Adapter Pattern
Summary Adapter pattern converts the interface of a class into another interface clients expect. Adapter lets classes work together that couldn’t otherwise because of incompatible interfaces. It i...
MSBuildExtensionPack how to?
I am now interested of streamline the building and the deployment of the application to the QA or the Production because this process take too much time which are repetitive tasks that we should au...
Auto Deploy your Website for QA with Team Build
I need to Deploy the website to the QA machine with team build so I search for how to do that and I found very good article of Ewald Hofman which describe how you auto deploy your website and it's...
Using Microsoft Ajax Minifier with team build
2 weeks ago I had a problem with Microsoft Ajax Minifier on Team Build 010 because my file doesn't' minify, and I post 3 posts title " Why Microsoft Ajax Minifier dosen't minfi the file when used w...
Don’t let your path exced 260 character with Team build
Today when I building my project on our team build server I face the following problem “Cannot evaluate the item metadata “%(FullPath)” the error because my path exced 260 character so be careful ...
Why and How to use IBuildDetails and BuildDefinition?
Hi, In this episode I will talk about why and how to use IBuildDetails and buildDefinition object to get valuable information thought the build, this very important because IBuildDetails give you a...
