From 0c64a64bf3cb3ad973e034cd7cdfced3a7213cdc Mon Sep 17 00:00:00 2001 From: pointfeev Date: Tue, 17 May 2022 11:19:52 -0500 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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