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.
208
208
209
209
codeql database create cpp-database --language=cpp --command=make
210
210
211
- - C# project built using ``dotnet build `` (.NET Core 3.0 or later) ::
211
+ - C# project built using ``dotnet build ``::
212
212
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'
219
214
220
215
- Go project built using the ``COEQL_EXTRACTOR_GO_BUILD_TRACING=on `` environment variable::
221
216
You can’t perform that action at this time.
0 commit comments