Skip to content

feat: improve adaptive theme detection, add seconds-level TimePicker and main-window occlusion auto-hide #110

feat: improve adaptive theme detection, add seconds-level TimePicker and main-window occlusion auto-hide

feat: improve adaptive theme detection, add seconds-level TimePicker and main-window occlusion auto-hide #110

Workflow file for this run

name: Build Project
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore