Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Continuous Integration

Gustavo Denis edited this page Oct 31, 2019 · 1 revision
Main >Using Liquid for building your application> Using Liquid for building your application > Configure CI, CD and CT with Mono-Repo > Continuous Integration

This topic explain the concepts to configure the continuous integration process through build tasks based in Git Flow model.

#Basic Concepts to configure build tasks and release in VSTS

This documentation explains how to configure a simple build and release in vsts.

Prepare Continuous Integration

  1. Configure Continuous Integration for .Net Core application from Feature to Develop
  2. Configure Continuous Integration for Angular and React application from Feature to Develop
  3. Configure Continuous Integration for .Net Core application from Release to Master
  4. Configure Continuous Integration for Angular and React application from Release to Master
  5. Configure automatic Pull Request from Master to Develop

#Monorepo

The Liquid Smart Hotel application uses the Monorepo concept that simplifies the organization of the microservices, the continuous integration process compiles only the delta changes of Developer, without the need to compile the entire application.

Clone this wiki locally