Pull to refresh
0
Microsoft
Microsoft — мировой лидер в области ПО и ИТ-услуг

Continuous integration and deployment for desktop apps with GitHub Actions

Reading time 2 min
Views 2.2K
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

That’s why we created a sample application in GitHub to showcase DevOps for your applications using the recently released GitHub Actions.



With GitHub Actions, you can quickly and easily automate your software workflows with CI/CD.

  • Integrate code changes directly into GitHub to speed up development cycles
  • Trigger builds to quickly identify build breaks and create testable debug builds
  • Continuously run tests to identify and eliminate bugs
  • Automatically build, sign, package and deploy branches that pass CI

The sample application demonstrates how to author the YAML files that comprise the DevOps workflow in GitHub. In the step-by-step walkthrough you’ll learn:

  • How to author YAML files to take advantage of multiple channels, so that you can build different versions of your application for test, sideload deployment and the Microsoft Store.
  • Best-practices for securely storing passwords and other secrets in GitHub, ensuring you protect your valuable assets.
  • How to enable Publish Profiles in your WPF and Windows Forms applications, files that store information about your publish targets such as the deployment location, target framework, and target runtime. Publish Profiles are referenced by the Windows Application Packaging project and simplify the build and packaging steps of your DevOps pipeline making the authoring process much easier.

Please check out our step-by-step guide. And if you have any questions or feedback, please file issues on GitHub.


Tags:
Hubs:
+2
Comments 0
Comments Leave a comment

Articles

Information

Website
www.microsoft.com
Registered
Founded
Employees
Unknown
Location
США