mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02:00
10 lines
337 B
Python
10 lines
337 B
Python
import os
|
|
|
|
|
|
def test(codeql, csharp):
|
|
# Making sure the reachability test of `nuget.org` succeeds:
|
|
os.environ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_FALLBACK_TIMEOUT"] = "1000"
|
|
os.environ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_FALLBACK_LIMIT"] = "5"
|
|
|
|
codeql.database.create(build_mode="none")
|