Skip to content

made active_only an optional parameter #22

made active_only an optional parameter

made active_only an optional parameter #22

Workflow file for this run

name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Restore library dependencies
run: dotnet restore BrickOwlSharp.Client/BrickOwlSharp.Client.csproj
- name: Build library
run: dotnet build BrickOwlSharp.Client/BrickOwlSharp.Client.csproj --no-restore