This repository was archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Configure AMAW automatic Pull Request from Master 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 automatic Pull Request from Master to Develop |
|---|
- The first step consist in create a build task importing JSON File or template in VSTS.
Click on +Import Button e choose your template file with JSON Format.

After select the JSON File, click on import button

Another option is the creation build task through a VSTS Template.
Click on +New button.

Choose a template Liquid_PullRequest_MasterOnDevelop

- Modify the pipeline name to Liquid_PullRequest_MasterOnDevelop or other name of your preference.
- Choose the Repository with Liquid.

In Agent Pool, select the option
In Additional Options, enable the option Allow scripts to access the OAuth token. This option allow the Powershell perform tasks integrated with Git and VSTS.


Access the session Pipeline Variables and change the variable branchtarget, this variable receive the name branch target which is responsible to receive the automatic pull request from master.

Allow Enable Continuous Integration.
