Review build
This commit is contained in:
@@ -29,11 +29,7 @@ if ($Sign) {
|
||||
# Building service executable
|
||||
Write-Output "Building WinBGP service"
|
||||
& "..\service\WinBGP-Service.ps1" -Build
|
||||
|
||||
|
||||
Get-ChildItem "..\"
|
||||
Get-ChildItem "..\service\"
|
||||
Get-ChildItem "..\src\"
|
||||
Move-Item -Path "..\build\WinBGP-Service.exe" -Destination "..\service\WinBGP-Service.exe" -Force
|
||||
|
||||
# Building engine
|
||||
Write-Output "Building engine"
|
||||
|
||||
@@ -908,8 +908,6 @@ if ($Build) { # Install the service
|
||||
exit 1
|
||||
}
|
||||
|
||||
Get-ChildItem
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user