mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-12-21 17:02:28 -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:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
schedule:
|
|
||||||
- cron: '31 15 * * 5'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
@ -62,7 +60,7 @@ jobs:
|
||||||
run: nuget restore butterflow-ui/butterflow-ui.sln
|
run: nuget restore butterflow-ui/butterflow-ui.sln
|
||||||
|
|
||||||
- name: Build and Publish Web App
|
- 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.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
|
|
Loading…
Reference in a new issue