Service Fabric Default Publish Profile other than Local.xml

后端 未结 2 1464
隐瞒了意图╮
隐瞒了意图╮ 2021-01-14 10:33

Our company is developing our new applications using Service Fabric. A common problem we have, multiple developers use queues, databases, storages that are on remote servers

2条回答
  •  遥遥无期
    2021-01-14 11:25

    The VS extension for Service Fabric define a hard coded publish profile when we debug the solution using Visual Studio, it check how many nodes my cluster has and create a link to Local.5Node.xml and Local.1Node.xml depending how many nodes my cluster have.

    To accomplish the same results, we end up using custom Application Parameters per developer and each developer update the Publish Profile (Local.5node.xml) to point to their respective Application parameter files.

    It is not automated as the required feature, but can solve the main problem.

提交回复
热议问题