Skip to content

Initial commit

Initial commit #1

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@v3
- name: Build
run: dotnet build samples\Plugin.Maui.Feature.Sample.sln -c Release