mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
10 lines
266 B
Batchfile
10 lines
266 B
Batchfile
@echo off
|
|
SETLOCAL EnableDelayedExpansion
|
|
|
|
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%
|
|
|
|
ENDLOCAL
|