C#: No longer manually disable shared compilation in codeql-analysis.yml

Instead, rely on the tracer to inject the flag.
This commit is contained in:
Tom Hvitved
2022-09-05 13:55:58 +02:00
parent 48761b8667
commit e680d1a6ec

View File

@@ -56,7 +56,7 @@ jobs:
# uses a compiled language
- run: |
dotnet build csharp /p:UseSharedCompilation=false
dotnet build csharp
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@main