Build tools officially released!
Earlier, we’ve detailed the build system and how it’s going to be used in all our projects prior to the official release. This was one of our efforts to make sure that we deliver quality projects. Now, we’ve finished the core of the system and released it as version v1.0 that you can find below.
View the v1.0 tag As for the Makefiles, we haven’t introduced the unified Makefile script, but we will provide it in the official documentation for projects to have their root-level Makefile. Also, the build system now has an official GitBook documentation that you can consult here.
View the documentation This build system’s goals are to save time writing long and complicated commands, especially when dealing with large projects and to make the build process more consistent across workflows. Not only that, but we’re also providing scripts that provide more actions than just building the project; those include cleaning up old build output, incrementing the project version, and pushing the artifacts to the package registry, such as NuGet for C# and Cargo for Rust.
As we develop projects, we’ll make sure to release new versions that will improve your experience when using this build toolset.
#build #BuildTool #BuildTools #Makefile #news #Tech #Technology #update