ConsoleUI build alpine script

This commit is contained in:
2024-11-06 12:30:26 +01:00
parent 98fa812abf
commit 8e6557eddc

View File

@@ -0,0 +1,3 @@
#!/bin/sh
dotnet publish -c Release /p:DefineConstants=VERBOSE_LOGGING -r linux-musl-x64 -p:PublishSingleFile=true --self-contained true