Skip to content

chore(deps-dev): Bump SimHub from v9.8.3 to v9.8.4 #28

chore(deps-dev): Bump SimHub from v9.8.3 to v9.8.4

chore(deps-dev): Bump SimHub from v9.8.3 to v9.8.4 #28

Workflow file for this run

name: Build
on:
push:
branches: [main]
paths: ["SimHubSF1000UDP/**", "SimHubSF1000UDP.sln", "libs/**"]
pull_request:
types: [opened, synchronize, reopened, labeled]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
- name: Build plugin DLL file
run: msbuild /p:Configuration=Release