mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-12-22 01:02:43 -06:00
Update codeql-analysis.yml
Dude, c'mon. I should have created a different branch, but it's too late now.
This commit is contained in:
parent
b6bb2abe25
commit
e9fd6eff58
1 changed files with 4 additions and 2 deletions
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
|
@ -51,11 +51,13 @@ jobs:
|
|||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
#- name: Autobuild
|
||||
# uses: github/codeql-action/autobuild@v1
|
||||
- name: Build with .Net 4.7
|
||||
- name: Setup .Net 4.7
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '4.7.x' # SDK Version to use; x will use the latest version of the 3.1 channel
|
||||
run: dotnet build butterflow-ui.csproj
|
||||
|
||||
- name : Build
|
||||
run: dotnet build butterflow-ui.csproj
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 https://git.io/JvXDl
|
||||
|
|
Loading…
Reference in a new issue