diff --git a/publish.ps1 b/publish.ps1 new file mode 100644 index 0000000..c62b157 --- /dev/null +++ b/publish.ps1 @@ -0,0 +1,2 @@ +Set-Location src/MyPrayerJournal +dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false \ No newline at end of file