Files
codeql/powershell/tools/autobuild.cmd
2024-08-14 18:11:02 +01:00

9 lines
263 B
Batchfile

@echo off
if not defined CODEQL_POWERSHELL_EXTRACTOR (
set CODEQL_POWERSHELL_EXTRACTOR=Semmle.Extraction.PowerShell.Standalone.exe
)
type NUL && "%CODEQL_EXTRACTOR_POWERSHELL_ROOT%/tools/%CODEQL_PLATFORM%/%CODEQL_POWERSHELL_EXTRACTOR%"
exit /b %ERRORLEVEL%