Skip to content

📝 Update Docs

📝 Update Docs #17

Workflow file for this run

name: shx8x00 BUILD
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/[email protected]
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Build the application
run: |
cd shx8x00
msbuild SHX8800.csproj /t:Restore
msbuild SHX8800.csproj