Links

Build Servers

Continuous Integration (CI) and Build Server are important components of modern software development and deployment. They are used to automate the process of building, testing, and deploying software.
The examples in this section focus on the most commonly used build servers, but the principle can be applied to any build system that uses NuGet and MSBuild. This is important for company license owners who want to streamline the build process and ensure that obfuscation is performed consistently and correctly with each build.
In addition to continuous integration and Build Servers, Babel Obfuscator provides support for testing the obfuscated assemblies using unit tests. This is an important step in ensuring the quality and functionality of the obfuscated code. By executing the unit tests against the obfuscated assembly, you can verify that the obfuscation process has not altered the code's behaviour.
Last modified 6mo ago