We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d7232 commit 2bf076dCopy full SHA for 2bf076d
powershell/build.ps1
@@ -11,6 +11,7 @@ if ($LASTEXITCODE -ne 0) {
11
12
$powershellFolder = Join-Path -Path $cliFolder -ChildPath "powershell"
13
Copy-Item -Path "$PSScriptRoot/codeql-extractor.yml" -Destination $powershellFolder -Force
14
+Copy-Item -Path "$PSScriptRoot/downgrades" -Destination $powershellFolder -Recurse -Force
15
$qlLibFolder = Join-Path -Path "$PSScriptRoot/ql" -ChildPath "lib"
16
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme") -Destination $powershellFolder -Force
17
Copy-Item -Path (Join-Path $qlLibFolder "semmlecode.powershell.dbscheme.stats") -Destination $powershellFolder -Force
0 commit comments