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

Compare commits

..

No commits in common. "f11dbebdec8f28d924acdc619c35b6d133494de8" and "7d0607157f0bc31c21c7b8df363c39ae05af8faa" have entirely different histories.

View file

@ -17,11 +17,13 @@ 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: windows-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
@ -49,18 +51,13 @@ 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
- name: Setup MSBuild Path uses: actions/setup-dotnet@v1
uses: microsoft/Setup-MSBuild@v1 with:
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
#- name: Setup NuGet - name : Build
# uses: NuGet/setup-nuget@v1.0.4 run: dotnet build butterflow-ui/butterflow-ui.csproj
- 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