Hi all,We have one ISV solution for our project, its added to TFS with all necessary DLLs.When we are creating the package from Visual studio then that ISV is showing up in that package, but when we are doing same from VSTS Build, in that case, ISV solution is not showing in package.Kindly suggest what could be the reason for the same.Thank you
Also, if you've been a F&O customer for a long time, your build definition may be older and not be passing in the flag to tell the packaging step to include runtime binaries.
On the "generate packages" step, the "arguments" to the powershell script should be:
-BuildPackagePath "$(Agent.BuildDirectory)\Packages" -BuildBinPath "$(Agent.BuildDirectory)\Bin" -BuildMetadataPath "$(Build.SourcesDirectory)\Metadata" -BuildVersion "$(Build.BuildNumber)" -NoRuntime:([bool]$(SkipRuntimePackageGeneration)) -NoSource:([bool]$(SkipSourcePackageGeneration)) -Verbose -ExclusionList "$(PackagingExclusions)" -IncludeBinaries:([bool]$(IncludeBinariesInRuntimePackage))
If yours is different you may have to add some of these variables to your definition before you can use them here. But the key is really to have the -IncludeBinaries option
Okay Nikolaos, let me check.
Check the Variables section in your build definition. Perhaps you have excluded the ISV package with PackagingExclusions?
Hi Nikoloas,
It's related to D365 finance and operation, thanks for sharing the link, I followed the same link and cross-checked everything, it looks fine, but still, we are unable to create the deployable package.
Thank you
Is this question about AX (you posted in AX forum) or Dynamics 365 for Finance and Operations? I guess it's about D365FO since you talk about Visual Studio development. I will move this post to D365FO forum.
For D365FO you can read this article: https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/dev-tools/manage-runtime-packages
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Andrés Arias as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Sohaib Cheema 882 User Group Leader
André Arnaud de Cal... 723 Super User 2025 Season 2
CA Neeraj Kumar 518