Update codeql-analysis.yml

turns out i was not closer.
This commit is contained in:
Jordan Wages 2021-04-14 11:09:20 -05:00 committed by GitHub
parent 7d0607157f
commit d4f88bc92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 6 deletions

View File

@ -51,13 +51,18 @@ 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
uses: actions/setup-dotnet@v1 - name: Setup MSBuild Path
with: uses: warrenbuckley/Setup-MSBuild@v1
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
- name : Build - name: Setup NuGet
run: dotnet build butterflow-ui/butterflow-ui.csproj uses: NuGet/setup-nuget@v1.0.2
- name: Restore NuGet Packages
run: nuget restore butterflow-ui/butterflow-ui.sln
- name: Build and Publish Web App
run: msbuild 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