Skip to content

Text in segments and .Net 9 support #9

Text in segments and .Net 9 support

Text in segments and .Net 9 support #9

Workflow file for this run

name: Build for CI
on:
push:
branches: [ "main" ]
paths-ignore:
- "**.md"
pull_request:
branches: [ "main" ]
jobs:
build-plugin-ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Build
run: dotnet build src\MarkdownParser.sln -c Release