Docker workflow (#7)

* Refactored workflows
* Added docker build to release
* Linux and MacOS now build on Linux
This commit is contained in:
pixil98 2022-12-18 17:57:37 -06:00 committed by GitHub
parent 19860e9f09
commit 5ae2a99c14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 417 additions and 128 deletions

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<PublishReadyToRun>true</PublishReadyToRun>