Review build
This commit is contained in:
@@ -45,8 +45,6 @@ Get-ChildItem -Path '..\src' | Where-Object {$_.Extension -eq '.ps1'} | ForEach
|
||||
}
|
||||
}
|
||||
|
||||
Get-ChildItem "..\engine\"
|
||||
|
||||
Write-Output "Creating winbgp-${Version}-${Arch}.msi"
|
||||
$wixArch = @{"amd64" = "x64"; "arm64" = "arm64"}[$Arch]
|
||||
|
||||
|
||||
@@ -897,7 +897,7 @@ if ($Build) { # Install the service
|
||||
# Generate the service .EXE from the C# source embedded in this script
|
||||
|
||||
# Overwrite for builder
|
||||
$exeFullName=".\$exeName"
|
||||
$exeFullName="..\$exeName"
|
||||
|
||||
try {
|
||||
Write-Verbose "Compiling $exeFullName"
|
||||
|
||||
Reference in New Issue
Block a user