Skip to content

Commit e27399c

Browse files
committed
Use --force for dotnet new to fix test
1 parent a2f4628 commit e27399c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

csharp/ql/integration-tests/all-platforms/dotnet_no_args_inject/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# and they should therefore run successfully
66
run_codeql_database_init(lang="csharp")
77
run_codeql_database_trace_command(['dotnet', 'tool', 'search', 'publish'])
8-
run_codeql_database_trace_command(['dotnet', 'new', 'console', '--name', 'build', '--output', '.'])
8+
run_codeql_database_trace_command(['dotnet', 'new', 'console', '--force', '--name', 'build', '--output', '.'])

0 commit comments

Comments
 (0)