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