myPrayerJournal/publish.ps1

3 lines
137 B
PowerShell
Raw Normal View History

2021-10-26 19:05:03 +00:00
#!/snap/bin/pwsh
2021-10-26 16:01:05 +00:00
Set-Location src/MyPrayerJournal
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false