Is it possible to make TFS Service (tfs.visualstudio.com) continuous integration build template that will publish directly to private IIS server like it publishes on Azure?
What other settings should I specify in the build template for this to work?
Is it possible to make TFS Service (tfs.visualstudio.com) continuous integration build template that will
Share
Do you mean you want a project checked in on tfs.visualstudio.com be compiled and deployed to a private (on premise) webserver ? If you add an on premise build agent to the tfs.visualstudio.com tfs server, the buildserver can reach your internal webserver (otherwise it can’t deploy to it). It’s then a question of using the correct template and settings to deploy your webapplication like described in http://vishaljoshi.blogspot.nl/2010/11/team-build-web-deployment-web-deploy-vs.html.