Skip to content

implement parsing commandbar components (except colors) #99

implement parsing commandbar components (except colors)

implement parsing commandbar components (except colors) #99

Workflow file for this run

name: Build & Test
on:
workflow_call:
workflow_dispatch:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build-test:
name: Build & Test
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build in Release Mode
run: dotnet build --configuration Release