File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -208,14 +208,9 @@ commands that you can specify for compiled languages.
208208
209209 codeql database create cpp-database --language=cpp --command=make
210210
211- - C# project built using ``dotnet build `` (.NET Core 3.0 or later) ::
211+ - C# project built using ``dotnet build ``::
212212
213- codeql database create csharp-database --language=csharp --command='dotnet build /t:rebuild'
214-
215- On Linux and macOS (but not Windows), you need to disable shared compilation when building C# projects
216- with .NET Core 2 or earlier, so expand the command to::
217-
218- codeql database create csharp-database --language=csharp --command='dotnet build /p:UseSharedCompilation=false /t:rebuild'
213+ codeql database create csharp-database --language=csharp --command='dotnet build /p:UseSharedCompilation=false /t:rebuild'
219214
220215- Go project built using the ``COEQL_EXTRACTOR_GO_BUILD_TRACING=on `` environment variable::
221216
You can’t perform that action at this time.
0 commit comments