Deploying cloud service via new 2015 build templates
Aug 4, 2015 5 min.
Introduction to the new build system
Microsoft recently made a new build definitions model with the release of Visual Studio 2015 (TFS 2015’s bits are not yet available but this new build service is already available on Visual Studio Online).
Just as a reminder the “old” build models were based on two artifacts:
- The build process template: defined via XAML, it allows you to configure the sequence for the build process.
- The build definition: links together the template, sources and some settings.
This methodology offers a wide range of possibilities to automate your build, packaging, testing and even deployment.