Skip to content

Merge pull request #4 from Toine-db/net9-pipeline #9

Merge pull request #4 from Toine-db/net9-pipeline

Merge pull request #4 from Toine-db/net9-pipeline #9

Workflow file for this run

name: Build Sample App for CI
on:
push:
branches: [ "main" ]
paths-ignore:
- "**.md"
pull_request:
branches: [ "main" ]
jobs:
build-sample-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 samples\Plugin.Maui.MarkdownView.Sample.sln -c Release