Review build

This commit is contained in:
Alexandre JARDON
2025-03-15 09:42:58 +01:00
parent cb99fc2470
commit ea4006b290
2 changed files with 1 additions and 7 deletions

View File

@@ -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"

View File

@@ -908,8 +908,6 @@ if ($Build) { # Install the service
exit 1
}
Get-ChildItem
return
}