Skip to content

Commit

Permalink
继续尝试修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 12, 2024
1 parent 89197ca commit d5cfa1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/OTAManager Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.0.x
2.1.x
3.1.x
5.0.x
6.0.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.0.x
2.1.x
3.1.x
5.0.x
6.0.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.0.x
2.1.x
3.1.x
5.0.x
6.0.x
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nuget-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
2.0.x
2.1.x
3.1.x
5.0.x
6.0.x
Expand Down

0 comments on commit d5cfa1a

Please sign in to comment.