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