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
@livarcocc we reverted the change where we were appending suffixes to each trx file and not fully honoring the LogFileName=TestResults.trx param based on feedback.
We are working on a solution to stop the trx getting overriden.
From @elvisFabian on Friday, August 2, 2019 9:48:27 PM
The last docker image
mcr.microsoft.com/dotnet/core/sdk:2.2
upgrade DOTNET_SDK_VERSION to 2.2.300Steps to reproduce
dotnet test --logger "trx;LogFileName=TestResults.trx"
Expected behavior
Create a unique file name per test project
Actual behavior
Using DOTNET_SDK_VERSION=2.2.202
Using DOTNET_SDK_VERSION=2.2.300
Workaround
Fix the tag of docker image to
FROM mcr.microsoft.com/dotnet/core/sdk:2.2.200
Copied from original issue: dotnet/cli#12124
The text was updated successfully, but these errors were encountered: