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

Configure AMAW Release to NPM Packages

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 Delivery > Configure Liquid Release to NPM Packages

#Configure Release to NPM Packages

click in + New Button and select the Import pipeline option.

image.png

Select the Release_Liquid_NPM_Package.json template file.

image.png

After template imported, is necessary configure the pipeline.

You can change the pipeline name.

image.png

image.png

Select the approvals item, and include the approvers.

image.png

Agent Pool - the template is configured with Hosted VS2017.

image.png

image.png

Move files to Default Working Directory - This job move the file to source directory of Release.

image.png

image.png

Extract files - Extract the source code to next steps perform the NPM Install and Publish.

image.png

image.png

npm install - Angular - This task perform the analysis of Angular Packages, if show any error the process is aborted and the Developer need fix the source code.

In Use packages from this VSTS/TFS registry is necessary fill with Package Management name.

image.png

image.png

npm publish - Angular - This task perform the publish of Angular Packages,

In Use packages from this VSTS/TFS registry is necessary fill with Package Management name.

image.png

image.png

npm install - AngularOnAzure - This task perform the analysis of Angular Packages compatible with Microsoft Azure, if show any error the process is aborted and the Developer need fix the source code.

In Use packages from this VSTS/TFS registry is necessary fill with Package Management name.

image.png

image.png

npm publish - AngularOnAzure - This task perform the publish of Angular Packages compatible with Microsoft Azure,

In Use packages from this VSTS/TFS registry is necessary fill with Package Management name. image.png

image.png npm install - React - This task perform the analysis of React Packages, if show any error the process is aborted and the Developer need fix the source code.

In Use packages from this VSTS/TFS registry is necessary fill with Package Management name.

image.png

image.png npm publish - React - This task perform the publish of React Packages,

In Use packages from this VSTS/TFS registry is necessary fill with Package Management name.

image.png

image.png

npm install - ReactOnAzure - This task perform the analysis of React Packages compatible with Microsoft Azure, if show any error the process is aborted and the Developer need fix the source code.

In Use packages from this VSTS/TFS registry is necessary fill with Package Management name.

image.png

image.png

npm publish - AngularOnAzure - This task perform the publish of React Packages compatible with Microsoft Azure,

In Use packages from this VSTS/TFS registry is necessary fill with Package Management name.

image.png

image.png

After all adjusts, click in Save Button.

image.png

Clone this wiki locally