Skip to content

fix(documentation): clean command line and other fixes #319

fix(documentation): clean command line and other fixes

fix(documentation): clean command line and other fixes #319

Workflow file for this run

name: Build MacOS
on:
push:
branches:
- master
- testing
paths:
- 'src/**'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: "Setup dotnet"
uses: actions/setup-dotnet@v3
with:
dotnet-version: 10.x.x
- name: "Build SimpleW"
run: |
cd src/SimpleW
dotnet restore
dotnet build --configuration Release
#- name: "Build SimpleW.Newtonsoft"
# run: |
# cd src/SimpleW.Newtonsoft
# dotnet restore
# dotnet build --configuration Release
#- name: "test"
# run: |
# cd src/test
# dotnet test