Skip to content

Commit 6f531d6

Browse files
authored
Update PublishNuGet.yml
1 parent d12eef4 commit 6f531d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/PublishNuGet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ on:
1010
jobs:
1111
build:
1212
runs-on: windows-latest
13+
strategy: # 使用矩阵策略遍历所有目标框架 [^1]
14+
matrix:
15+
frameworks:
16+
- 'net462'
17+
- 'net48'
18+
- 'net8.0-windows'
1319
steps:
1420
- name: Checkout Code
1521
uses: actions/checkout@v4

0 commit comments

Comments
 (0)