1

I have a cloud service that runs 3 production versions (different customers) of the same application that are connected to 3 separate azure databases. Currently I manually deploy each making changes to the Web.Release.config for changes to the database connection and use the azure publishing wizard and change some of the settings to point at the correct azure instance.

Can anyone point me in the direction to automate this process so that one click publishes all?

4

1 回答 1

0

请参阅我最近对类似问题的回答:https ://stackoverflow.com/a/24519742/809357

但是,这只允许您为不同的客户端拥有多个不同的配置——每个客户端一个配置。

目前还没有办法同时向所有客户发布。您仍然需要发布 3 次,但您不需要手动调整任何连接字符串。

于 2014-07-03T22:01:40.427 回答