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 ee08e8b commit 11c154eCopy full SHA for 11c154e
csharp/tools/autobuild.cmd
@@ -1,4 +1,6 @@
1
@echo off
2
3
+set CODEQL_EXTRACTOR_CSHARP_OPTION_BUILDLESS=true
4
+
5
type NUL && "%CODEQL_EXTRACTOR_CSHARP_ROOT%/tools/%CODEQL_PLATFORM%/Semmle.Autobuild.CSharp.exe"
6
exit /b %ERRORLEVEL%
csharp/tools/autobuild.sh
@@ -7,4 +7,6 @@ if [ "$CODEQL_PLATFORM" != "linux64" ] && [ "$CODEQL_PLATFORM" != "osx64" ] ; th
7
exit 1
8
fi
9
10
+export CODEQL_EXTRACTOR_CSHARP_OPTION_BUILDLESS=true
11
12
"$CODEQL_EXTRACTOR_CSHARP_ROOT/tools/$CODEQL_PLATFORM/Semmle.Autobuild.CSharp" || exit $?
0 commit comments