Friday, February 2, 2018

Multi-platform builds?

I've got a project that I've built as both a WPF app and an ASP.NET Core site. I'm trying to streamline my release and deployment process. For the website, this is as simple as can be, just run dotnet publish and build my docker container from the output. But for the desktop app, I've been manually building from Visual Studio, zipping up the output, and uploading it to a Github release.

Is there a way to build both projects from one process, or do I have to build the WPF app from Windows with a separate script?

Multi-platform builds? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team