mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-12-22 01:02:43 -06:00
Update codeql-analysis.yml
github troubleshooting says i need this
This commit is contained in:
parent
1d91d964d2
commit
f11dbebdec
1 changed files with 1 additions and 3 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue