-
-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Labels
Description
Today, it appears that ReportGenerator requires the "real" path to a file to work. If ContinousIntegrationBuild is set to true though, the paths in the report files should generate file paths of the like
/_/some/directory/file.cs
/_/some/directory/file2.cs
/_1/anotherRoot/frob/bar.cs
etc.
They'll always be normalized across OS versions.
What we'd need is for the sources parameter to search against all roots (ignore the /_{n}/) and try to find it against something like
C:\agent\1\work\s\some\directory\file.cs
C:\agent\1\work\s\some\directory\file2.cs
and match the files.
What can we do here?
Thanks!
MarcoRossignoli