Command line for deploying an ASP.NET MVC project

I am using Visual Studio Team Suites to develop an ASP.NET MVC project. I can deploy the web application to my dev machine using the deploy element from IS. Is there a command line tool for this task? I am trying to set up a continuous integration server (using TeamCity Pro) so that whenever I test the new code, I get a new build, deployment on the remote IIS server and subsequent tests on the test server.

Thanks, -Yi

+3
source share
2 answers

Microsoft seems to have such a deployment tool. Never used it myself.

+3

Source: https://habr.com/ru/post/1703866/


All Articles