Skip to content

Merge branch 'master' of https://gitee.com/IoTSharp/IoTSharp #399

Merge branch 'master' of https://gitee.com/IoTSharp/IoTSharp

Merge branch 'master' of https://gitee.com/IoTSharp/IoTSharp #399

Workflow file for this run

name: .NET Core build
on:
push:
branches: [ master ]
paths: [IoTSharp.*/**,IoTSharp/**]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: InferSharp
uses: microsoft/infersharpaction@v0.2
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build ./IoTSharp.sln --configuration Release