We are using TeamCity 6.0 to build VS C# solutions each commit.
Once the build is complete, a different test TC project runs. So that developers can add/remove/edit VS unit test projects, how can I make TeamCity use the the sln file or search for test dll's?
I don't want to have to edit the build each time a new test project is added to the VS solution.
Run tests from: **\*Test*.dll
Doesn't appear to work, it only get s the first Test (which is currently failing)
相关问题
- Partial Code Coverage C# - Nunit
- How to add more data to be stored in jenkins rest
- VSTS Build - Choose which unit tests run depending
- Expect exceptions in nUnit without the ExpectedExc
- How to get Gitlab merge request description in Git
相关文章
- Best way to manage docker containers with supervis
- Attribute filter syntax for code coverage in TeamC
- TeamCity Username / password
- Build errors of missing packages in Visual Studio
- Jenkins Pipeline having “Multiple candidate revisi
- How do I make a TeamCity build appear in the TFS B
- How to set the value of a query string in test met
- Should I use xUnitPublisher or xUnitBuilder after
Fixed :) - RTFL (Read the log!)
Run tests from:
**\bin\debug\*Test*.dll