Skip to content

Make sample a bit nicer #95

Make sample a bit nicer

Make sample a bit nicer #95

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Install iOS workload
run: dotnet workload install maui ios maccatalyst
- name: Restore dotnet tools
run: dotnet tool restore
- name: Run the Cake script
run: dotnet cake
- uses: actions/upload-artifact@master
with:
name: NugetPackage
path: artifacts