Skip to content

Allow Theme manager to preload themes from different assemblies, after initial load of sample defaults #608

Allow Theme manager to preload themes from different assemblies, after initial load of sample defaults

Allow Theme manager to preload themes from different assemblies, after initial load of sample defaults #608

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- "docs/**"
pull_request:
paths-ignore:
- "docs/**"
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: "8.0.x"
- name: Build
run: dotnet build --configuration Release