Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

refactor(update): 迁移并重构更新逻辑 #1054

refactor(update): 迁移并重构更新逻辑

refactor(update): 迁移并重构更新逻辑 #1054

Workflow file for this run

name: Build Test
on:
push:
branches:
- main
paths:
- "*/**"
- "PCL.Core.csproj"
pull_request:
branches:
- main
paths:
- "*/**"
- "PCL.Core.csproj"
workflow_dispatch:
jobs:
build:
name: Build
strategy:
matrix:
include:
- configuration: Debug
architecture: x64
- configuration: Debug
architecture: ARM64
fail-fast: true
uses: ./.github/workflows/reusable_build.yml
with:
configuration: ${{ matrix.configuration }}
architecture: ${{ matrix.architecture }}
secrets: inherit