Skip to content

Update Readme

Update Readme #63

Workflow file for this run

name: Build Logging
on:
workflow_dispatch:
push:
branches: [ develop, main ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build -c Release Source/Meadow.Logging/lib/Meadow.Logging.csproj