Review build

This commit is contained in:
Alexandre JARDON
2025-03-15 09:28:11 +01:00
parent b4b06f361e
commit 00e27a77de

View File

@@ -30,11 +30,14 @@ if ($Sign) {
Write-Output "Building WinBGP service" Write-Output "Building WinBGP service"
& "..\service\WinBGP-Service.ps1" -Build & "..\service\WinBGP-Service.ps1" -Build
Get-ChildItem "..\"
Get-ChildItem "..\service\" Get-ChildItem "..\service\"
Get-ChildItem "..\src\" Get-ChildItem "..\src\"
# Building engine # Building engine
Write-Output "Building engine" Write-Output "Building engine"
New-Item -ItemType Directory -Path "..\engine" -Force
Get-ChildItem -Path '..\src' | Where-Object {$_.Extension -eq '.ps1'} | ForEach-Object { Get-ChildItem -Path '..\src' | Where-Object {$_.Extension -eq '.ps1'} | ForEach-Object {
Copy-Item -Path $_.FullName -Destination "..\engine" -Force Copy-Item -Path $_.FullName -Destination "..\engine" -Force
if ($Sign) { if ($Sign) {