Skip to main content

Posts

Showing posts from February, 2020

CI/CD with Service Fabric using Visual Studio Online

We are going to automate our build and deployment process with Visual Studio Team Service for microservices which is develop in Azure Service Fabric Framework . We cover following steps for CI/CD with Visual Studio Online, Create build and published artifacts with each checked-in Release artifacts while new build available with Pre-deployment approvals Create a build definition Logged-in to the Visual Studio Team Service and go to the Build and Release tab, then clicking on the New button from page which showing several templates for generating build. we select Azure Service Fabric Application template from available options After clicking on Apply button, Visual Studio Team Service automatically generate tasks which requires to build Service Fabric Application. But VSTS wants some inputs from us for Agent queue field, we select Hosted VS2017 option to build our Service Fabric Application. From Triggers tab, we enable continuous integration option. Now we are g