I am running a test build to verify that my Build VM works with DevOps for nightly builds. The VM is hosted in a datacenter (not a self service deployment from LCS) and is a onebox VHD from LCS, based on 10.0.5 but updated to 10.0.7 Platform 31. The agent is triggered fine, but when it comes to actually building the deployable package, the pipeline ends with "No X++ binaries found!" error.
I am new to the development side in F&O/AX, I've mainly done Functional work before - therefore this may be a rookie question.
The build I am trying to run is an "empty" build (as in, no customizations) to verify that the build pipeline works.
1. Is the "no customization to compile" the reason I am getting the error? If I run the build in VS on the same machine (build all models) then it runs fine without errors.
2. Can I achieve my end goal of verifying the build pipeline in another way that I am just not seeing?