PrayerTracker/src/Publish-App.ps1

3 lines
164 B
PowerShell

Set-Location PrayerTracker
dotnet publish -c Release -r linux-x64 -p:PublishSingleFile=true --self-contained false
Set-Location bin\Release\net5.0\linux-x64\publish