Update codeql-analysis.yml

github troubleshooting says i need this
This commit is contained in:
Jordan Wages 2021-04-14 11:35:31 -05:00 committed by GitHub
parent 1d91d964d2
commit f11dbebdec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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