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

Configure AMAW CI for .Net Core from Feature to Develop

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 > Configure Liquid CI for .Net Core from Feature to Develop

This topic explain the procedures to configure the Continuous Integration through build task for .Net Core components.

Configure a Pipeline Task

The first step is to create a build task by importing the Json file or template into VSTS.

Importing JSON File

Click the**+Import** Button e choose your template file with JSON Format.

image.png

After selecting the JSON file, click the Import button

image.png

Create a Build Task From VSTS Template

Another option is to create the build task by using a VSTS Template.

Click the +New button.

image.png

Choose a template.

image.png

Configuring Build Task to .Net Core components

Modify the pipeline name to Liquid_Build_.Net_Core_PR_FeatureOnDevelop or other name of your choice.

Choose the Repository with Liquid.

image.png

In Agent Pool, select the option

image.png

Click the Save button to finalize the settings.

Configure the Branch Policies

Configure this Build Definition in Develop Git repository in Branch Policies on session Build Validation.

Select the develop repository.

image.png

Choose branch policies option.

image.png

Select Build pipeline and Automatic Trigger

image.png

image.png

Allow Enabled option

image.png

Clone this wiki locally