3 lines
137 B
PowerShell
3 lines
137 B
PowerShell
|
#!/snap/bin/pwsh
|
||
|
Set-Location src/MyPrayerJournal
|
||
|
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false
|