Edward Skrod

Software Engineer II, Setup & Acquisition

I'm a software engineer working on .NET Core packaging and deployment solutions in Visual Studio.

Post by this author

Continuous integration workflow template for .NET Core desktop apps with GitHub Actions

Learn how to use a starter workflow in GitHub to help you quickly set up and showcase DevOps for your .NET Core desktop applications using GitHub Actions.

Continuous integration and deployment for desktop apps with GitHub Actions

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: That's why we created a sample ...