mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Compare commits
7 commits
7d0607157f
...
f11dbebdec
Author | SHA1 | Date | |
---|---|---|---|
f11dbebdec |
|||
1d91d964d2 |
|||
0d4ecffaa7 |
|||
f3c51afe44 |
|||
85ebb66bd0 |
|||
8458f3b72c |
|||
d4f88bc92d |
1 changed files with 12 additions and 9 deletions
21
.github/workflows/codeql-analysis.yml
vendored
21
.github/workflows/codeql-analysis.yml
vendored
|
@ -17,13 +17,11 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
schedule:
|
|
||||||
- cron: '31 15 * * 5'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -51,13 +49,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: microsoft/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.4
|
||||||
|
|
||||||
|
- name: Restore NuGet Packages
|
||||||
|
run: nuget restore butterflow-ui/butterflow-ui.sln
|
||||||
|
|
||||||
|
- name: Build and Publish Web App
|
||||||
|
run: msbuild /p:UseSharedCompilation=false 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…
Add table
Add a link
Reference in a new issue