Skip to Content
C# and .NET Core Test-Driven Development
book

C# and .NET Core Test-Driven Development

by Ayobami Adewole
May 2018
Intermediate to advanced content levelIntermediate to advanced
300 pages
7h 35m
English
Packt Publishing
Content preview from C# and .NET Core Test-Driven Development

Build automation

The build automation step of the CI workflow is to ensure that changes in the a project's code base are detected and automatically tested and built. The build automation is usually done with the help of build scripts, which analyze the changes to be made and the compilation needed to be done. The source code should be regularly built, preferably daily or nightly. The success of a commit is measured based on if the code base has been successfully built.

The build automation scripts should be able to build the system with or without the tests. This should be configurable in the build. Irrespective of whether the developer's IDEs have in-built build management in place, there should be a central build script configured on the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Design Patterns with C# and .NET Core

Hands-On Design Patterns with C# and .NET Core

Gaurav Aroraa, Jeffrey Chilberto
.NET Core in Action

.NET Core in Action

Dustin Metzgar

Publisher Resources

ISBN: 9781788292481Supplemental Content