Hello,
I have downloaded 4 different packages via pipeline and in next step while creating deployable package getting below error:
No X++ binary package(s) found
All four packages got downloaded at this path: C:\DynamicsSDK\VSOAgent\_work\23\s\*******and while creating deployable package (Search pattern for binaries to package) I gave reference to the same location but not getting successful. Can anyone please help to overcome this struggle!
Thanks!
The error message talks about binary packages. Is your goal really including binary packages and not compiling X++ code?
yes, only binary packages.
Could you show us your search pattern, please?
It worked now, gave the path where all packages were getting downloaded.
$(Build.ArtifactStagingDirectory)\*
My setup is this:
The content of BinariesDirectory is populated in the step called Copy Binary Dependencies to.
The content of BinariesDirectory wasn't intended to be populated by that copy step and in fact doesn't do it correctly!
If you want to include any binary-only X++ modules from source control, you should either copy them entirely, explicitly, to binariesdirectory... or better, make sure the search pattern for creating the package explicitly points to your $(Build.SourcesDirectory)\ISVModule
That copy step is going to be eliminated in the future as it has caused unintended problems in a few edge cases.
Thanks Joris and Will!
Thanks Joris, I'll pass this information to the person handling pipelines on my projects.
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 Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 2,188
André Arnaud de Cal... 868 Super User 2025 Season 2
Sohaib Cheema 593 User Group Leader