We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715fcba commit ea9fa01Copy full SHA for ea9fa01
.github/workflows/publish-beta.yml
@@ -22,6 +22,7 @@ jobs:
22
7.x
23
8.x
24
9.x
25
+ 10.x
26
- name: Restore
27
run: |
28
dotnet restore NewLife.Schneider/NewLife.Schneider.csproj
.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
20
21
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
- name: Build
run: dotnet build -c Release
0 commit comments