Posts

Showing posts with the label Package

PL400 :create a package for deployment(Implement application lifecycle management (ALM))

Image
The solution is the core component for shipment of changes to Dynamics 365 Customer Engagement, but Microsoft offers a number of tools to make developer's life easier and the package is one of them. In the package preparation step, we are aiming to define the package as a set of solutions, data and corresponding actions. Packages allow us to take multiple solutions and create installation packages with configuration data. A package can consist of any or all of the following: One or more Dataverse Solution files. Flat files or exported data files from the configuration migration tools. Custom Code that can run during or after the package is deployed to Dataverse environment. HTML Content specific to the package that can display at the beginning and end of the Package deployment process. Pre-requisites : Ensure that we have all the solutions and files ready that we want to include in the package. Microsoft .NET Framework 4.5.2 Microsoft Visual Studio 2012 or 2013 NuGet Package Manage...