【发布时间】:2016-12-21 01:36:54
【问题描述】:
我已尝试设置持续集成,以便在 Team Services 中的 git push 事件上自动部署我的 Azure Service Fabric 集群。我根据本指南遵循了团队服务构建定义和团队服务发布定义的默认模板:
Set up continuous integration for a Service Fabric application by using Visual Studio Team Services
在大多数情况下,第一次部署一切正常。之后它会抛出以下错误:
An application with name 'fabric:/<APP>' already exists, its type is '<APP>Type' and version is '1.0.0.20160812.7'. You must first remove the existing application before a new application can be deployed or provide a new name for the application.
由此看来,它似乎是在尝试完全重新部署服务,而不是仅仅升级服务。我搜索了所有设置并尝试创建和重新创建任务,但未能解决。
有人遇到过这种情况吗?
【问题讨论】:
标签: c# azure azure-devops azure-service-fabric azure-pipelines