Skip to content

Commit

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

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

steps:
- uses: actions/checkout@v1
- name: Setup .NET
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
6.0.x
8.0.x
dotnet-version: '8.0.x'

- name: Install dotnet tool
run: dotnet tool install -g dotnetCampus.TagToVersion
Expand Down

0 comments on commit 38ee7bd

Please sign in to comment.