mirror of
https://github.com/github/codeql.git
synced 2026-01-02 09:16:34 +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%
|