1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Compare commits

..

7 commits

Author SHA1 Message Date
f11dbebdec
Update codeql-analysis.yml
github troubleshooting says i need this
2021-04-14 11:35:31 -05:00
1d91d964d2
Update codeql-analysis.yml
??
2021-04-14 11:29:33 -05:00
0d4ecffaa7
Update codeql-analysis.yml
?
2021-04-14 11:26:37 -05:00
f3c51afe44
Update codeql-analysis.yml
f
2021-04-14 11:22:45 -05:00
85ebb66bd0
Update codeql-analysis.yml 2021-04-14 11:20:08 -05:00
8458f3b72c
Update codeql-analysis.yml
running msbuild on ubuntu. what was i thinking?
2021-04-14 11:11:28 -05:00
d4f88bc92d
Update codeql-analysis.yml
turns out i was not closer.
2021-04-14 11:09:20 -05:00

View file

@ -17,13 +17,11 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '31 15 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
fail-fast: false
@ -51,13 +49,18 @@ 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
- name: Setup .Net
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
- name: Setup MSBuild Path
uses: microsoft/Setup-MSBuild@v1
- name : Build
run: dotnet build butterflow-ui/butterflow-ui.csproj
#- name: Setup NuGet
# 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.
# 📚 https://git.io/JvXDl