Dotnet 7, publish scripts

This commit is contained in:
2022-11-02 09:45:39 +01:00
parent dcdda76488
commit b33568cd67
7 changed files with 10 additions and 4 deletions

2
publish-alpine.sh Executable file
View File

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