-
Notifications
You must be signed in to change notification settings - Fork 13
Configure AMAW CI for .Net Core from Feature to Develop
| 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.
The first step is to create a build task by importing the Json file or template into VSTS.
Click the**+Import** Button e choose your template file with JSON Format.

After selecting the JSON file, click the Import button

Another option is to create the build task by using a VSTS Template.
Click the +New button.

Choose a template.

Modify the pipeline name to Liquid_Build_.Net_Core_PR_FeatureOnDevelop or other name of your choice.
Choose the Repository with Liquid.

In Agent Pool, select the option

Click the Save button to finalize the settings.
Configure this Build Definition in Develop Git repository in Branch Policies on session Build Validation.
Select the develop repository.

Choose branch policies option.

Select Build pipeline and Automatic Trigger


Allow Enabled option
