Closed
Description
I configured the $(OutDir)
for all my projects using Directory.Build.props located in the root solution folder. All the artifacts now are created in this folder except the CoverletSourceRootsMapping file. This file still created in $(ProjectDir)\bin\$(Configuration)\$(TargetPlatform)
folder.
Is there a way to make it create in the $(OutDir)
?