Skip to content

Fixed error switch CalendarLayout at runtime #15

Fixed error switch CalendarLayout at runtime

Fixed error switch CalendarLayout at runtime #15

Workflow file for this run

name: Build Sample App for CI
on:
workflow_dispatch:
pull_request:
branches: [ "main" ]
jobs:
build-sample-ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Build
run: msbuild samples\SampleApp.sln -r -property:Configuration=Release