-
Notifications
You must be signed in to change notification settings - Fork 13
Configure AMAW Release to NPM Packages
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.
Select the Release_Liquid_NPM_Package.json template file.
After template imported, is necessary configure the pipeline.
You can change the pipeline name.
Select the approvals item, and include the approvers.
Agent Pool - the template is configured with Hosted VS2017.
Move files to Default Working Directory - This job move the file to source directory of Release.
Extract files - Extract the source code to next steps perform the NPM Install and Publish.
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.
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.
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.
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.
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.
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.
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.
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.
After all adjusts, click in Save Button.