Skip to content

Commit 2bf076d

Browse files
committed
PS: Also include the downgrade scripts when building the PowerShell extractor and injecting it into the CLI.
1 parent 07d7232 commit 2bf076d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powershell/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if ($LASTEXITCODE -ne 0) {
1111

1212
$powershellFolder = Join-Path -Path $cliFolder -ChildPath "powershell"
1313
Copy-Item -Path "$PSScriptRoot/codeql-extractor.yml" -Destination $powershellFolder -Force
14+
Copy-Item -Path "$PSScriptRoot/downgrades" -Destination $powershellFolder -Recurse -Force
1415
$qlLibFolder = Join-Path -Path "$PSScriptRoot/ql" -ChildPath "lib"
1516
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme") -Destination $powershellFolder -Force
1617
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme.stats") -Destination $powershellFolder -Force

0 commit comments

Comments
 (0)