Skip to content

Merge pull request #91 from thegrizzlylabs/sdk-update-readme-of-demos… #38

Merge pull request #91 from thegrizzlylabs/sdk-update-readme-of-demos…

Merge pull request #91 from thegrizzlylabs/sdk-update-readme-of-demos… #38

Workflow file for this run

name: DotNetMaui
# Note: using the `branches` selector excludes all tags
on:
push:
branches:
- '**'
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
# Retry in case plugin is not yet available on nuget
- uses: nick-fields/retry@v3
with:
timeout_minutes: 30
max_attempts: 2
retry_wait_seconds: 300
command: |
cd dotnet-maui
sudo dotnet workload restore
dotnet build SimpleDemo.csproj