I am very new to TeamCity. I found that some xml does the trick like
<Gallio IgnoreFailures="true" ...
but I do not know wher to put this. How to invoke this. What steps to add in TeamCity. I would be greateful for any tutorial.
I am very new to TeamCity. I found that some xml does the trick like
<Gallio IgnoreFailures="true" ...
but I do not know wher to put this. How to invoke this. What steps to add in TeamCity. I would be greateful for any tutorial.
Copyright © 2021 Jogjafile Inc.
1 To your solution add a library project.
2 Edit a project (adding section below) and commit.
3 Add an MSBuild step to build configuration. a) Runner Type: MSBuild b) Build File Path: Relative path to the test project. c) Targets: In example above target name is "RunTests" d) Fill all other fields accordingly. e) Save step
You should be already able to run and test your projects. If you believe that there is some other step that could be added here just edit my answer.
I have been looking for an answer for some time and found it partially on several sites, but nowhere as a whole. For example: other similar answer was not only partial, but had parameters that did not work in MsBuild 3.2.