Skip to content

Commit

Permalink
Merge pull request #11 from dotnet-campus/t/lindexi/dotnet9
Browse files Browse the repository at this point in the history
尝试修复构建
  • Loading branch information
lindexi authored Nov 18, 2024
2 parents 4fa344a + e0ee097 commit 55cdbeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
8.0.x
9.0.x
- name: Build with dotnet
run: dotnet build --configuration Release
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/nuget-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

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

0 comments on commit 55cdbeb

Please sign in to comment.