Use --force for dotnet new to fix test

This commit is contained in:
Michael B. Gale
2023-07-24 17:25:29 +01:00
parent a2f4628522
commit e27399c9ef

View File

@@ -5,4 +5,4 @@ from diagnostics_test_utils import *
# and they should therefore run successfully
run_codeql_database_init(lang="csharp")
run_codeql_database_trace_command(['dotnet', 'tool', 'search', 'publish'])
run_codeql_database_trace_command(['dotnet', 'new', 'console', '--name', 'build', '--output', '.'])
run_codeql_database_trace_command(['dotnet', 'new', 'console', '--force', '--name', 'build', '--output', '.'])