Microsoft command line tool for deploying, synchronizing and packaging web applications, content and configuration settings to IIS Web Servers.
MSBuild really seems to like me. Recently I am trying out the different possibilities to build and deploy from command …
msbuild web-deployment msdeploy webdeployI'm trying to use WebDeploy to publish a website using custom MSDeploy skip rules and a publish profile saved in …
visual-studio msbuild visual-studio-2012 msdeploy webdeployI am trying to have my web application automatically Publish when a Release build is performed. I'm doing this using …
msbuild msdeployI have an ASP.NET MVC 2 application. Web project contains a reference to SomeProject SomeProject contains references to ExternalAssembly1 and …
deployment visual-studio-2010 asp.net-mvc-2 build-process msdeployI am trying to deploy my application using the following msdeploy command: MSDeploy.exe -source:contentPath="C:\Users\myUser\Documents\…
msdeploy microsoft-web-deployI want to get web.config transformations working locally but apparently the transformations only occur when doing deployments. Does anybody …
asp.net visual-studio-2010 web-config msdeploy web-deploymentI have problem with MsDeploy to publish my website to remote IIS from Visual Studio. I encountered the following error: …
msdeployUsing Visual Studio 2012, TFS 2010, IIS7 Getting the following errors when I try to build/deploy: Any CPU | Test 1 error(s), 1 …
visual-studio-2012 tfs msbuild msdeploy microsoft-web-deployI am working to automate deployment of Windows 7 along with several application on some XP laptops. I am able to …
deployment automation msdeploy msdeployserviceagent mdtI'm configuring a CI build server with Jenkins. After the build steps I'd like to deploy the website. When publishing …
jenkins msbuild msdeploy webdeploy web-deployment-project