简体   繁体   中英

How can I solve error in teamcity (Nunit)?

Recently our NUnit build configuration has occasionally stopped halfway through the tests, but the overall build outcome is successful . When I look at the build log, the last test that actually got executed shows:

Process exited with code -100 (Step: tests (NUnit))

and then the build stops. Under "Failure Conditions". Our NUnit Consol is 3.10.0 .

Below is our NUnit configuration image.

NUnit配置

I've found this comment in the TeamCity YouTrack. Seems, dotnet projects aren't supported in NUnit build step.

Try to use .NET CLI build step with "dotnet test" command to run tests in this project. Does it work?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM