JetBrains / teamcity-dotnet-plugin

TeamCity plugin for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to run "dotnet test BuildDrop\Test\**\*.UnitTests.dll"

jmecosta opened this issue · comments

Hi

trying to run dotnet test with all dlls found with a give name. works fine in command line. However having some troubles to get this done in the teamcity plugin.

How to do it? thank you
regards
Jorge Costa

@jmecosta hi,
I'm very sorry for the long response time.

You can specify the mask in the "Project" field in the test command of the .NET runner, and everything should work as expected - you should select all files matching the mask. I just tried it and didn't notice any problems with it.

Can you please advise me what difficulties you are noticing? If there is a specific build-log where you observe the problem, please send it to us with an explanation of where you see the problem, and we will be happy to help.

Here is my example that I'm trying
Screenshot 2023-10-31 at 22 09 09
Screenshot 2023-10-31 at 22 09 50

Closing the issue for now. Please feel free to reopen it if you need any help with this.