PreviousNext

Continuous integration and deployment for desktop apps with GitHub Actions

by bill-s, 2020-03-24T17:17:49.784Z

From speaking to desktop developers, we’ve heard that you want to learn how to quickly set up continuous integration and continuous deployment (CI/CD) workflows for your WPF and Windows Forms applications in order to take advantage of the many benefits CI/CD pipelines have to offer, such as: Catch bugs early in the development cycle Improve software quality and reliability Ensure consistent quality of builds Deploy new features quickly and safely, improving release cadence Fix issues quickly in production by rolling forward new deployments

Read More