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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user