Skip to content

Build Branch

Build Branch #24

Workflow file for this run

name: Build Branch
on: workflow_dispatch
jobs:
build:
runs-on: windows-latest
steps:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
- uses: actions/checkout@master
- name: MSBuild
run: msbuild /t:BH:Rebuild /p:Configuration=Release /p:CustomDefinitions=`"SHA=\`"($env:GITHUB_SHA.substring(0,7))\`"`" BH.sln
- uses: actions/upload-artifact@v2
with:
name: BH.dll
path: Release/BH.dll