Microsoft command line tool for deploying, synchronizing and packaging web applications, content and configuration settings to IIS Web Servers.
I am trying to use MSDeploy to deploy an MVC project to the server using TeamCity. When I do this …
msbuild visual-studio-2012 teamcity msdeploy webdeployAre there good patterns for mapping solution configurations to environments and using MsDeploy for packaging per environment? Shortest version: Grab …
.net asp.net-mvc-2 msbuild package msdeployHow I make the package I make the msdeploy package like this: msdeploy.exe -verb:sync -source:iisApp=c:\content\ …
msdeploy webdeployWhen I create a publish profile I have the option to select which Configuration I want the publish to use …
configuration visual-studio-2012 msdeploy webdeployWe have a website which publishes events using NServiceBus. The site is deployed using msdeploy. We also have the NServiceBus.…
windows-services msdeploy automated-deployThe Microsoft AJAX Minifier provides a build task which can be used in TFS or local build definitions. I have …
visual-studio-2010 msdeploy microsoft-ajax-minifierWhen I build a deploy package for my webapp the package contains an archive.xml file that contains the following: &…
visual-studio msdeploy application-poolPreviously publishing my web api app was working perfectly. Today i converted my app from being "any cpu" to x86. …
asp.net-mvc msdeploy web-deploymentI use MSDeploy to publish things to different servers during CI. When I publish from Visual Studio 2010 I have a "…
c# asp.net msdeployI have a msdeploy in my nant script(Team City) that is working except it is copying some folders that …
absolute-path msdeploy skip