mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-10-31 17:51:50 -05:00
Update codeql-analysis.yml
i dunno i might just remove this workflow...
This commit is contained in:
parent
e9fd6eff58
commit
e1abf6c614
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -51,10 +51,10 @@ jobs:
|
||||||
# If this step fails, then you should remove it and run the build manually (see below)
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
#- name: Autobuild
|
#- name: Autobuild
|
||||||
# uses: github/codeql-action/autobuild@v1
|
# uses: github/codeql-action/autobuild@v1
|
||||||
- name: Setup .Net 4.7
|
- name: Setup .Net
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: '4.7.x' # SDK Version to use; x will use the latest version of the 3.1 channel
|
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
|
||||||
|
|
||||||
- name : Build
|
- name : Build
|
||||||
run: dotnet build butterflow-ui.csproj
|
run: dotnet build butterflow-ui.csproj
|
||||||
|
|
Loading…
Reference in a new issue