From f11dbebdec8f28d924acdc619c35b6d133494de8 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 14 Apr 2021 11:35:31 -0500 Subject: [PATCH] Update codeql-analysis.yml github troubleshooting says i need this --- .github/workflows/codeql-analysis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8eca464..bfa5143 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,8 +17,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ master ] - schedule: - - cron: '31 15 * * 5' jobs: analyze: @@ -62,7 +60,7 @@ jobs: run: nuget restore butterflow-ui/butterflow-ui.sln - name: Build and Publish Web App - run: msbuild butterflow-ui/butterflow-ui.sln + run: msbuild /p:UseSharedCompilation=false butterflow-ui/butterflow-ui.sln # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl