Docker workflow (#7)
* Refactored workflows * Added docker build to release * Linux and MacOS now build on Linux
This commit is contained in:
parent
19860e9f09
commit
5ae2a99c14
16 changed files with 417 additions and 128 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue