Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Adjust cell sample app #44

Adjust cell sample app

Adjust cell sample app #44

Workflow file for this run

name: Main Build
on:
workflow_dispatch:
pull_request:
push:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout Meadow.Core.Samples
uses: actions/checkout@v3
with:
path: Meadow.Core.Samples
ref: main
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Build Meadow.Core.Samples
run: dotnet build -c Release Meadow.Core.Samples/Source/Meadow.Core.Samples.sln