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 binaries.



Copy the Retail packages



Copy files to staging directory


Publish artifacts to packages




Comments

Popular posts from this blog

D365FO - Create a multi-select lookup in batch jobs

Generate and download a csv file using X++

Creating a batch job with query based filter in D365 back-office