Skip to content

Commit 8314c75

Browse files
committed
Fix CI
1 parent 93a89d9 commit 8314c75

3 files changed

Lines changed: 4 additions & 50 deletions

File tree

.github/workflows/dotnet-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ jobs:
1414
uses: actions/setup-dotnet@v1
1515
with:
1616
dotnet-version: |
17-
3.1.x
18-
5.0.x
19-
6.0.x
20-
7.0.x
17+
8.0.x
2118
2219
- name: Build with dotnet
2320
run: dotnet build --configuration Release
2421

2522
- name: Test
26-
run: dotnet test --configuration Release
23+
run: dotnet test --configuration Release

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

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

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: publish nuget
22

3-
on:
3+
on:
44
push:
55
tags:
66
- '*'
@@ -17,10 +17,7 @@ jobs:
1717
uses: actions/setup-dotnet@v1
1818
with:
1919
dotnet-version: |
20-
3.1.x
21-
5.0.x
22-
6.0.x
23-
7.0.x
20+
8.0.x
2421
2522
- name: Install dotnet tool
2623
run: dotnet tool install -g dotnetCampus.TagToVersion

0 commit comments

Comments
 (0)