Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 VSTS 的构建定义中添加了一个 Service Fabric 部署任务,如下图所示。 构建任务
但是,运行时出现错误“拒绝访问路径”,如下图所示。
构建错误
我尝试添加一个属性步骤来删除只读属性,但这似乎没有什么区别。
我错过了什么吗?
问题是 ServiceManifest 和 ApplicaitonManifest xm 文件中的条目。特别是 ServiceTypeName 参数。它实际上是包含文件的文件夹的名称。请参阅此链接以使用 VSTS 将 Java WAR 文件部署到 Service Fabric。