Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to overwrite trx without warning #5141

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

nohwnd
Copy link
Member

@nohwnd nohwnd commented Jul 12, 2024

Fix #5132

Description

Add option to not warn on trx overwrite.

WarnOnFileOverwrite=false

Usage from commandline or from csproj:

--logger:trx;LogFileName=my.trx;WarnOnFileOverwrite=false
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).trx%3bWarnOnFileOverwrite=false</VSTestLogger>

Related issue

Kindly link any related issues. E.g. Fixes #xyz.

  • I have ensured that there is a previously discussed and approved issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsuppressable overwrite warning when using <VSTestLogger> MSBuild property which confuses users
1 participant