I have a Visual Studio 2013 project. I need to deploy it to remote Windows Server via command line, is this possible?
I tried the following command:
MSBuild.exe C:\BuildAgent\work\e1434fd989e26b76\WebService.csproj /T:Package /P:Configuration=Release
This packages the project for me. Now what should I do to deploy it to the server via command line?