JetBrains / teamcity-deployer-plugin

Deployer plugin for TeamCity CI server
http://confluence.jetbrains.net/display/TW/Deployer+plugin
Apache License 2.0
39 stars 29 forks source link

Support Web Deploy (MSDeploy.exe) #94

Open dtretyakov opened 7 years ago

dtretyakov commented 7 years ago

Web Deploy is the IIS extension to support web site deployment which is widely used (on-premises, azure cloud). At the client side exists msdeploy.exe command line application.

Currently users should use command line runners to make it work:

In this build step could be supported publish profile file which points to the IIS hosting service (request).

webdeploy