Skip to content

Commit e27c128

Browse files
committed
C#: Add basic buildless test for .NET 10.
1 parent 980bccc commit e27c128

File tree

1 file changed

+4
-1
lines changed
  • csharp/ql/integration-tests/all-platforms/dotnet_10

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import os
22
import runs_on
33

4-
def test(codeql, csharp):
4+
def test1(codeql, csharp):
55
codeql.database.create()
6+
7+
def test2(codeql, csharp):
8+
codeql.database.create(build_mode="none")

0 commit comments

Comments
 (0)