Skip to content

Commit

Permalink
C#: enable buildless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasvajk committed Mar 3, 2025
1 parent ee08e8b commit 11c154e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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 $?

0 comments on commit 11c154e

Please sign in to comment.