Deployment - MarcosPiedra/CalculatorService GitHub Wiki
The system has been configured for compiling and running in a container. It needs to use docker-compose and there is configured a pipe line that first of all compiles and executes the test, if all are correct then continue compiling the api (WebApi project) and the client (Console). Otherwise if the test is not passing, the building is stopped and shows where the test has not passed.
The following image shows an example of not passing a test.