Skip to content

磁盘序列号可能包括TF卡和U盘,为了避免A2烧写过程中忘了拔掉U盘,修改为任意磁盘序列号匹配则通过 #295

磁盘序列号可能包括TF卡和U盘,为了避免A2烧写过程中忘了拔掉U盘,修改为任意磁盘序列号匹配则通过

磁盘序列号可能包括TF卡和U盘,为了避免A2烧写过程中忘了拔掉U盘,修改为任意磁盘序列号匹配则通过 #295

Workflow file for this run

name: test
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
workflow_dispatch:
jobs:
build-publish:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
8.x
- name: Build
run: |
dotnet build -c Release