Dear All
At our company, we have a Java Application which is automatically built and deployed to a server at night. lastest code is fetched from repository and compiled. if build is successful then it is deployed to server. All is being done using ANT script and a tool named jenkins.
My question is that how i can do all this for asp.net application?
Please let me know if i miss something.