File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
csharp/ql/integration-tests
posix/standalone_dependencies_nuget_config_error Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 22
33
44def test (codeql , csharp ):
5+ # Making sure the reachability test of `nuget.org` succeeds:
6+ os .environ ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_FALLBACK_TIMEOUT" ] = "1000"
7+ os .environ ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_FALLBACK_LIMIT" ] = "5"
8+
59 os .environ ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_EXTRACT_RESOURCES" ] = "true"
610 codeql .database .create (build_mode = "none" )
Original file line number Diff line number Diff line change 1+ import os
2+
3+
14def test (codeql , csharp ):
5+ # Making sure the reachability test of `nuget.org` succeeds:
6+ os .environ ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_FALLBACK_TIMEOUT" ] = "1000"
7+ os .environ ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_FALLBACK_LIMIT" ] = "5"
8+
29 codeql .database .create (build_mode = "none" )
Original file line number Diff line number Diff line change 1+ import os
12import runs_on
23
34
45@runs_on .posix
56def test (codeql , csharp ):
7+ # Making sure the reachability test of `nuget.org` succeeds:
8+ os .environ ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_FALLBACK_TIMEOUT" ] = "1000"
9+ os .environ ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_NUGET_FEEDS_CHECK_FALLBACK_LIMIT" ] = "5"
10+
611 codeql .database .create (build_mode = "none" )
You can’t perform that action at this time.
0 commit comments