Skip to content

Commit

Permalink
Temporarily run the standalone extractor instead of autobuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasvajk committed Oct 16, 2023
1 parent 80c5e1e commit 738d6d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csharp/tools/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ if [ "$CODEQL_PLATFORM" != "linux64" ] && [ "$CODEQL_PLATFORM" != "osx64" ] ; th
exit 1
fi

export CODEQL_EXTRACTOR_CSHARP_OPTION_BUILDLESS=true
export CODEQL_EXTRACTOR_CSHARP_STANDALONE_EXTRACT_WEB_VIEWS=true

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

0 comments on commit 738d6d9

Please sign in to comment.