Move all sharable controls to SharedComponent #53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Debug ARM64 | |
| on: | |
| push: | |
| branches: [ "master", "ci", "ci/vs-2026" ] | |
| pull_request: | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/build-template.yml | |
| with: | |
| configuration: Debug_CI2 | |
| platform: ARM64 |