mirror of
https://github.com/github/codeql.git
synced 2025-12-28 22:56:32 +01:00
8 lines
221 B
Batchfile
8 lines
221 B
Batchfile
@echo off
|
|
|
|
rem The autobuilder is already being traced
|
|
set CODEQL_AUTOBUILDER_CSHARP_NO_INDEXING=true
|
|
|
|
type NUL && "%CODEQL_EXTRACTOR_CSHARP_ROOT%/tools/%CODEQL_PLATFORM%/Semmle.Autobuild.CSharp.exe"
|
|
exit /b %ERRORLEVEL%
|