myPrayerJournal/publish.ps1

3 lines
146 B
PowerShell
Raw Normal View History

2021-10-26 23:38:45 +00:00
#!/snap/bin/pwsh
Set-Location src/MyPrayerJournal
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false --nologo