myPrayerJournal/publish.ps1
2022-08-23 08:36:17 -04:00

3 lines
146 B
PowerShell
Executable File

#!/snap/bin/pwsh
Set-Location src/MyPrayerJournal
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false --nologo