Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use mutex for file determination (#1113)
* feat: enable TestOutputXmlFileNameWithoutExtension run setting to setup a custom result file name rather than the name of the assembly to be tested * refactor: ensure the file determination process is aware of multiple test runs in different processes by using a mutex for the assembly path * chore: adjust name to TestOutputXmlFileName * chore: take care of correct mutex name in case assembly path is null or empty * chore: use name of file instead of path * chore: fix merge issue --------- Co-authored-by: Marcus Lorentschk <[email protected]>
- Loading branch information