Using TUnit in azure pipelines (test results and coverage) #1264
Answered
by
gentledepp
gentledepp
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
gentledepp
Nov 21, 2024
Replies: 1 comment 1 reply
-
TUnit isn't built on top of VSTest as explained in the readme. Microsoft.NET.Test.Sdk should NOT be used with TUnit as it breaks it. The second way using dotnet test would be the way to go for now. As for not seeing results, you'll want to raise an issue with Microsoft and ask them to add support for Microsoft Testing Platform within Azure DevOps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wow... so fast... 😅
You are awesome... nich was right :-D
In the meantime, I managed to get it to work!
Here is my default devops pipeline: