Summary
CI/CD are common practices in today’s development process. In this chapter, we introduced how to prepare a build so that the resulting packages can be used for the submission to various app stores. The process after the submission of build packages is not covered, since they are platform- and account-specific topics. Please refer to the Further reading section to find out more about how to publish applications to Google Play, Apple Store, and Microsoft Store.
After discussing the build process of each platform, we demonstrated how to automate the process using GitHub Actions.
With all the skills that you’ve learned from this book, you should be able to develop your own .NET MAUI applications and be ready to submit your apps to supported app stores. As you continue to grow as a developer, remember to explore new techniques and refine your understanding of .NET MAUI to create even better applications and streamline your development process.
Here are...