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

DotNetCoreTestSettings Can Have Multiple Logger's #2623

Closed
RehanSaeed opened this issue Sep 20, 2019 · 2 comments
Closed

DotNetCoreTestSettings Can Have Multiple Logger's #2623

RehanSaeed opened this issue Sep 20, 2019 · 2 comments
Milestone

Comments

@RehanSaeed
Copy link
Contributor

With .NET Core 3.0 and with the latest Microsoft.NET.Test.Sdk 16.3.0 NuGet package installed in your test project, you can now create HTML reports as well as TRX XML files like so:

dotnet test --logger trx;LogFileName=foo.trx --logger html;LogFileName=foo.html

The DotnetCoreTestSettings.Logger property is currently a string and needs to be an IEnumerable<string>.

@devlead
Copy link
Member

devlead commented Oct 2, 2020

Fixed by #2867

@devlead devlead closed this as completed Oct 2, 2020
@devlead devlead added this to the v1.0.0 milestone Oct 2, 2020
@cake-build-bot
Copy link

🎉 This issue has been resolved in version v1.0.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

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

Successfully merging a pull request may close this issue.

3 participants