buypeeb-cs/release.ps1

8 lines
219 B
PowerShell
Raw Permalink Normal View History

2020-09-06 09:53:19 +00:00
dotnet publish -p:PublishProfile=Windows
$compress = @{
2020-09-06 09:53:19 +00:00
Path = "out\release\windows\buypeeb.exe"
DestinationPath = "out\release\windows\buypeeb.zip"
2020-09-06 10:40:46 +00:00
Force = $True
}
Compress-Archive @compress