mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
PS: Also include the downgrade scripts when building the PowerShell extractor and injecting it into the CLI.
This commit is contained in:
@@ -11,6 +11,7 @@ if ($LASTEXITCODE -ne 0) {
|
||||
|
||||
$powershellFolder = Join-Path -Path $cliFolder -ChildPath "powershell"
|
||||
Copy-Item -Path "$PSScriptRoot/codeql-extractor.yml" -Destination $powershellFolder -Force
|
||||
Copy-Item -Path "$PSScriptRoot/downgrades" -Destination $powershellFolder -Recurse -Force
|
||||
$qlLibFolder = Join-Path -Path "$PSScriptRoot/ql" -ChildPath "lib"
|
||||
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme") -Destination $powershellFolder -Force
|
||||
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme.stats") -Destination $powershellFolder -Force
|
||||
|
||||
Reference in New Issue
Block a user