Hi
For a new project we have setup the 'new' Azure hosted build pipeline, but I'm facing a small issue.
In one of the VS projects there is a reference to a C# project, the C# project is in DevOps.
The directory structure of devops is pretty simple
$<projecst_name/Trunk/Main/
--- Metadata
--- Projects
The $/project_name/Trunk/Main is then mapped to $(build.sourcesDirectory)/Metadata and $(build.sourcesDirectory)/Projects
(Pretty standard I think?)
But when the pipeline is executed, the build fails as it cannot find reference to the C# objects even if the project does not have reference to the c# objects
Example:
There is 3 project Project_a, Project_b and Project_c
Project_a does not have reference to the C#
Project_b has reference and include the C# project
Project_c does not have reference to the C# objects
the pipeline runs build Project_a and fails
Anyone seen something like this before ?
Thanks
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156