Chapter 13: Building, Releasing, and Monitoring Applications with Visual Studio App Center
Visual Studio App Center provides a central place in the cloud to build, test, deploy, and monitor applications online. WinUI developers can add Continuous Integration (CI) capabilities to their projects, push beta versions to users with Continuous Delivery (CD), and manage release delivery through the App Center portal. Instrumenting your code to get real-time analytics is a breeze too. With a few lines of code, App Center can provide real-time app monitoring and analytics as well as access to crash reports from beta or production users.
In this chapter, we will cover the following topics:
- Learning to set up an App Center account and create your first project
- Learning to integrate App Center with code repositories to set up CI builds
- How to get your application to beta testers for early feedback
- How to integrate App Center monitoring and analytics with your application...