Skip to content

Commit

Permalink
更新ci,添加.net 8.0支持
Browse files Browse the repository at this point in the history
  • Loading branch information
gmf520 committed Nov 20, 2023
1 parent 13cb242 commit 0a421f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup dotnet7.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
dotnet-version: 7.0.x
- name: Setup dotnet8.0
uses: actions/setup-dotnet@v1
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [master]
tags:
- "7.0.*"
- "8.0.*"
paths:
- "src/**"
- ".github/workflows/nuget.yml"
Expand All @@ -23,6 +23,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Setup dotnet8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore
- name: Build and Pack
Expand Down

0 comments on commit 0a421f7

Please sign in to comment.