From 00e27a77de957ab116e0b75a0224f55a23f65332 Mon Sep 17 00:00:00 2001 From: Alexandre JARDON <28548335+webalexeu@users.noreply.github.com> Date: Sat, 15 Mar 2025 09:28:11 +0100 Subject: [PATCH] Review build --- builder/build.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builder/build.ps1 b/builder/build.ps1 index fea0a1a..3b87b58 100644 --- a/builder/build.ps1 +++ b/builder/build.ps1 @@ -30,11 +30,14 @@ if ($Sign) { Write-Output "Building WinBGP service" & "..\service\WinBGP-Service.ps1" -Build + +Get-ChildItem "..\" Get-ChildItem "..\service\" Get-ChildItem "..\src\" # Building engine Write-Output "Building engine" +New-Item -ItemType Directory -Path "..\engine" -Force Get-ChildItem -Path '..\src' | Where-Object {$_.Extension -eq '.ps1'} | ForEach-Object { Copy-Item -Path $_.FullName -Destination "..\engine" -Force if ($Sign) {