DevOps build pipeline for Retail deployable package
This article explains how we can create a DevOps build pipeline to create a retail deployable package that can be applied to an LCS demo box.
The following details are for a full retail deployable package that can be applied to a Tier 1 LCS environment.
Follow the standard steps to create a pipeline and choose 'Azure pipelines and 'vs207-win2016' as agent pool and specification respectively.
Next, ensure that you have update source control details and pointed to the correct mapping.
Add the following details under agent job.
Choose Add MSBuild to the pipeline and choose the dirs.proj located on the root of the RetailSDK folder.
Copy the Retail packagesCopy files to staging directory
Publish artifacts to packages
Comments
Post a Comment