mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-12-22 01:02:43 -06:00
Update codeql-analysis.yml
turns out i was not closer.
This commit is contained in:
parent
7d0607157f
commit
d4f88bc92d
1 changed files with 11 additions and 6 deletions
17
.github/workflows/codeql-analysis.yml
vendored
17
.github/workflows/codeql-analysis.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue