Hi, Community!!
I'm making some tests here, trying to use Azure Hosted Agent to compile and packing my branch code.
Then I made a solution with all my X++ projects and the thing is compiling well using the build order of the models. But as I have some class library dlls, some projects references the packageslocaldirectory's bin folder and it's beeing a problem, because the compiler aren't getting there. I receive errors like the one below:
"##[error]D:\a\8\NuGets\Microsoft.Dynamics.AX.Platform.CompilerPackage\DevAlm\Microsoft.Dynamics.Framework.Tools.BuildTasks.targets(46,5): Error : Error: dynamics://Class/NameOfClass(2,1) - The type or namespace name 'DLLREFERENCE.NAMESPACE' could not be found (are you missing a using directive or an assembly reference?)."
Someone could help me on how to solve this problem?
Thanks in advance!