You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) ?