diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ce77965..3d61d27 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,7 +39,7 @@ jobs: run: dotnet restore - name: Build - run: dotnet build --no-restore --configuration Release + run: dotnet build --no-restore --configuration Release /p:UseSharedCompilation=false - name: Test run: dotnet test --no-build --verbosity normal --configuration Release