web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :

MSDyn365FO. Add Licenses to Deployable Package during release

Mea_ Profile Picture Mea_ 60,286

Recently, one of the environments I’m working with has been updated to self-service and I cannot install ISV license via deployable package anymore. Luckily there is ā€œAdd Licenses to Deployable Packageā€ DevOps task available.

You can use it either in build or release pipeline. I prefer not to touch build and leave it standard, so below I will show one of the ways how to use it in your release pipeline.

First, add license file to a version control. I’m dealing with multiple ISVs, so I created folder ā€œLicensesā€ under Trunk\Main and added all the licenses there.

Lisenses

Now we need to make those files available for the release pipeline. Under Artifacts you can add another one, select ā€œTFVCā€, Set Project and Source

AddAnArtifact

Next step is to add new task

Add Licenses to Deployable Package

Here in search pattern I’m picking all the txt files from ā€œLicensesā€ folder, so when I get new license all I need is to check it in and rerun a release without even running a full build.


This was originally posted here.

Comments

*This post is locked for comments