Hi,
My previous build automation threads if you need reference:
https://community.dynamics.com/365/financeandoperations/f/dynamics-365-for-finance-and-operations-forum/401765/build-automation-add-nuget-package-to-azure-artifacts-feed
https://community.dynamics.com/365/financeandoperations/f/dynamics-365-for-finance-and-operations-forum/402407/build-automation-custom-model-reference-error
https://community.dynamics.com/365/financeandoperations/f/dynamics-365-for-finance-and-operations-forum/402598/build-automation-add-licenses-to-deployable-package-no-license-s-found
From my previous threads, I was able to successfully build and create an All-in-One Deployable package.
So I imported and run the build pipeline on our another customer's project but I get these errors on Visual Studio build step:
##[error]D:\a\9\NuGets\Microsoft.Dynamics.AX.Platform.CompilerPackage\DevAlm\Microsoft.Dynamics.Framework.Tools.BuildTasks.targets(46,5): Error : Error: AxReport/ProjectInvoice - "An unhandled exception was thrown while validating ProjectInvoice with callstack System.IO.FileNotFoundException: Business Logic assembly not found at location D:\a\9\NuGets\Microsoft.Dynamics.AX.Platform.CompilerPackage\Microsoft.Dynamics.ApplicationSuite.Reporting.BusinessLogic.dll
##[error]D:\a\9\NuGets\Microsoft.Dynamics.AX.Platform.CompilerPackage\DevAlm\Microsoft.Dynamics.Framework.Tools.BuildTasks.targets(46,5): Error : Error: AxReport/PurchPurchaseOrderTBM - "An unhandled exception was thrown while validating PurchPurchaseOrderTBM with callstack System.IO.FileNotFoundException: Business Logic assembly not found at location D:\a\9\NuGets\Microsoft.Dynamics.AX.Platform.CompilerPackage\Microsoft.Dynamics.ApplicationSuite.Reporting.BusinessLogic.dll
ProjectInvoiceReport is extension of SalesInvoice Report.
PurchPurchaseOrderTBM Report is extension of PurchPurchaseOrder Report.
I have no problem building and deploying these reports in DEV environment. Furthermore these reports have been working without any issue in Production for quiet a long time.
Both of the customers have these two reports extended. So I don't see what could be wrong. Pretty sure I didn't miss any steps.
Please guide me where should I look. Thank you.