Hi,
We recently moved our MS managed build VM to cloud hosted. I set up Azure DevOps agents, pipeline getting sources from Main Branch in TFS. etc.,
The Main branch also contains Third parties. (Ex: <tfsroot>\Trunk\Main\MetaData\RapidValue and <tfsroot>\Trunk\Main\MetaData\BluefortProductImageImportAppp)
When I try to use the new task "Create deployable package". the package which is generated does not contains Third party(RapidValue and Bluefort..). However it has our customization codes. Previously we use "generate package" (old). It always includes third-party packages. But the problem using the old "generate package" is whenever the system stops and starts it generate new Version number. Ex: AXDeployableRuntime_VersionNumber_$(Build.BuildNumber).zip. Because of this I cannot able to configure the Auto deployment to LCS option.
In new "create deployable package" task there is no version number and its easy for to configure auto deployment to UAT environment.
Everything work fine but when I move to PROD it inform missing model (Rapidvalue and BluefortProductImageImportAppp). The reason is it is not included.
Need help on how to set up to include the third-party packages.
Regards,
Manivannan