How-To Integrate IIS 7 Web Deploy with MSBuild (TeamCity) ?
|
feedback
|
|
Troy Hunt has an excellent 5-part blog series that goes over this topic in detail. He has effectively compiled all of the other resources out there and turned them into a tutorial. It's the clearest (and believe it or not, the most concise) way to do what you want. | |||
feedback
|
|
I finally managed to get it to work after several days of struggle. It finally boils down to a MSBuild script, installing and configuring web deploy on the staging/test server and setting it up in Team City. It's a lot of steps and all can go wrong. I will investigate further and blog about it but this is my first attempt that works. I'm using this setup:
Here is the MSBuild script:
Key points:
Preparations:
Team City: I set up a new build configuration using the MSBuild script above and set the target to Deploy | ||||
|
feedback
|