Skip to content

Commit 7a41408

Browse files
committed
C#: Use autobuilder instead of supplying build command.
1 parent e14879b commit 7a41408

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import os
22

33
def test(codeql, csharp):
4-
codeql.database.create(command="dotnet build")
4+
codeql.database.create()

0 commit comments

Comments
 (0)