Skip to content

Commit e686eed

Browse files
committed
尝试修复构建
1 parent b16f0be commit e686eed

3 files changed

Lines changed: 8 additions & 31 deletions

File tree

.github/workflows/NuGet-master-publish.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/NuGet-tag-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515

16+
- name: Setup .NET
17+
uses: actions/setup-dotnet@v1
18+
with:
19+
dotnet-version: 6.0.x
1620

1721
- name: Install dotnet tool
1822
run: dotnet tool install -g dotnetCampus.TagToVersion

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
12+
- name: Setup .NET
13+
uses: actions/setup-dotnet@v1
14+
with:
15+
dotnet-version: 6.0.x
1316
- name: Build with dotnet
1417
run: dotnet build --configuration Release
1518

0 commit comments

Comments
 (0)