How do I deploy service fabric application from VSTS release pipeline?

后端 未结 4 1484
没有蜡笔的小新
没有蜡笔的小新 2020-12-09 22:25

I have configured a CI build for a Service Fabric application, in Visual Studio Team Services, according to this documentation: https://azure.microsoft.com/en-us/documentati

4条回答
  •  [愿得一人]
    2020-12-09 23:01

    There now exists a built-in VSTS task for deploying a Service Fabric app so you no longer need to bother with executing the PowerShell script on your own. Task documentation page is at https://www.visualstudio.com/docs/build/steps/deploy/service-fabric-deploy. The original CI article has also been updated which provides details on how to set everything up: https://azure.microsoft.com/en-us/documentation/articles/service-fabric-set-up-continuous-integration/.

提交回复
热议问题