Skip to content

AbstractContentManager - Add IsShowing, Groups, GetAllShowingOfType #94

AbstractContentManager - Add IsShowing, Groups, GetAllShowingOfType

AbstractContentManager - Add IsShowing, Groups, GetAllShowingOfType #94

Workflow file for this run

name: .NET Build
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build-dotnet:
runs-on: ubuntu-latest
strategy:
matrix:
configuration: [ "Debug", "Release" ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up .NET 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore
run: dotnet restore
- name: Build anvil-csharp-logging
working-directory: Logging/.CSProject/
run: dotnet build --no-restore --configuration ${{ matrix.configuration }}
- name: Build anvil-csharp-core
run: dotnet build --no-restore --configuration ${{ matrix.configuration }}