Update codeql-analysis.yml

This testing thing is turning out to be more trouble than its worth.
This commit is contained in:
Jordan Wages 2021-04-14 11:00:24 -05:00 committed by GitHub
parent 1c5a971bb5
commit b6bb2abe25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -51,11 +51,11 @@ 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
- uses: actions/checkout@main
- uses: actions/setup-dotnet@v1
- name: Build with .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
run: dotnet build butterflow-ui.csproj
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl