Dotnet 7, publish scripts

This commit is contained in:
2022-11-02 09:45:39 +01:00
committed by Ádám Kovács
parent fb381e56c5
commit 46c1a78e3f
7 changed files with 10 additions and 4 deletions

2
publish-linux.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
dotnet publish src/Alma/Alma.csproj -c Release -r linux-x64 -p:PublishAot=true