Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions csharp/tools/autobuild.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@echo off

set CODEQL_EXTRACTOR_CSHARP_OPTION_BUILDLESS=true

type NUL && "%CODEQL_EXTRACTOR_CSHARP_ROOT%/tools/%CODEQL_PLATFORM%/Semmle.Autobuild.CSharp.exe"
exit /b %ERRORLEVEL%
2 changes: 2 additions & 0 deletions csharp/tools/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ if [ "$CODEQL_PLATFORM" != "linux64" ] && [ "$CODEQL_PLATFORM" != "osx64" ] ; th
exit 1
fi

export CODEQL_EXTRACTOR_CSHARP_OPTION_BUILDLESS=true

"$CODEQL_EXTRACTOR_CSHARP_ROOT/tools/$CODEQL_PLATFORM/Semmle.Autobuild.CSharp" || exit $?