Skip to content

Commit b11123a

Browse files
committed
C#: Add basic buildless test for .NET 10.
1 parent a5fde2e commit b11123a

File tree

1 file changed

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

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import os
2-
import runs_on
3-
4-
def test(codeql, csharp):
1+
def test1(codeql, csharp):
52
codeql.database.create()
3+
4+
def test2(codeql, csharp):
5+
codeql.database.create(build_mode="none")

0 commit comments

Comments
 (0)