Review build

This commit is contained in:
Alexandre JARDON
2025-03-15 09:32:57 +01:00
parent 00e27a77de
commit 1fb7093032
2 changed files with 1 additions and 3 deletions

View File

@@ -45,8 +45,6 @@ Get-ChildItem -Path '..\src' | Where-Object {$_.Extension -eq '.ps1'} | ForEach
} }
} }
Get-ChildItem "..\engine\"
Write-Output "Creating winbgp-${Version}-${Arch}.msi" Write-Output "Creating winbgp-${Version}-${Arch}.msi"
$wixArch = @{"amd64" = "x64"; "arm64" = "arm64"}[$Arch] $wixArch = @{"amd64" = "x64"; "arm64" = "arm64"}[$Arch]

View File

@@ -897,7 +897,7 @@ if ($Build) { # Install the service
# Generate the service .EXE from the C# source embedded in this script # Generate the service .EXE from the C# source embedded in this script
# Overwrite for builder # Overwrite for builder
$exeFullName=".\$exeName" $exeFullName="..\$exeName"
try { try {
Write-Verbose "Compiling $exeFullName" Write-Verbose "Compiling $exeFullName"