Skip to content

Bump bootstrap-select from 1.13.1 to 1.13.6 in /src/Dsp.Web #12

Bump bootstrap-select from 1.13.1 to 1.13.6 in /src/Dsp.Web

Bump bootstrap-select from 1.13.1 to 1.13.6 in /src/Dsp.Web #12

Workflow file for this run

name: Sphinx Build
on: push
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
- name: Setup NuGet
uses: NuGet/[email protected]
- name: setup-msbuild
uses: microsoft/[email protected]
- name: Restore Packages
run: nuget restore src/Sphinx.sln
- name: Build solution
run: msbuild src/Sphinx.sln -t:rebuild -property:Configuration=Release