Skip to content

Fix incorrect filepath when source is not relative to project file

Lucas Charles requested to merge 221149-fix-filepath-for-msbuild into master

What does this MR do?

In certain cases we were reporting the source path incorrectly by assuming it was always relative to the project file. By first checking whether the source is relative to ci project root, we can be more consistent in reporting location

What are the relevant issue numbers?

gitlab-org/gitlab#221149 (closed)

Does this MR meet the acceptance criteria?

Edited by Daniel Paul Searles

Merge request reports