Skip to content

Commit

Permalink
带上更多版本尝试修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Feb 2, 2024
1 parent 3851e2d commit 4d9862d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Build with dotnet
run: dotnet build --configuration Release -v n
7 changes: 5 additions & 2 deletions .github/workflows/nuget publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Install dotnet tool
run: dotnet tool install -g dotnetCampus.TagToVersion
Expand Down

0 comments on commit 4d9862d

Please sign in to comment.