We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--force
dotnet new
1 parent a2f4628 commit e27399cCopy full SHA for e27399c
1 file changed
csharp/ql/integration-tests/all-platforms/dotnet_no_args_inject/test.py
@@ -5,4 +5,4 @@
5
# and they should therefore run successfully
6
run_codeql_database_init(lang="csharp")
7
run_codeql_database_trace_command(['dotnet', 'tool', 'search', 'publish'])
8
-run_codeql_database_trace_command(['dotnet', 'new', 'console', '--name', 'build', '--output', '.'])
+run_codeql_database_trace_command(['dotnet', 'new', 'console', '--force', '--name', 'build', '--output', '.'])
0 commit comments