Automating the build management process

Batch files or scripts are great ways to automate the update and build process.

The advantages of automation include:

When you automate a build, log the output so you can diagnose any problems that occur.

Note: When you automate builds, you cannot resolve conflicts before the build. If conflicts are found, you might need to run the build cycle (or parts of it) again.

Feedback