Skip to content

Commit f2034b4

Browse files
committed
Fix CI
1 parent 7d07ab3 commit f2034b4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-dotnet@v1
1515
with:
1616
dotnet-version: |
17-
8.0.x
17+
9.0.x
1818
1919
- name: Build with dotnet
2020
run: dotnet build --configuration release

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-dotnet@v1
1818
with:
1919
dotnet-version: |
20-
8.0.x
20+
9.0.x
2121
2222
- name: Install dotnet tool
2323
run: dotnet tool install -g dotnetCampus.TagToVersion
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Nuget
3434
uses: nuget/setup-nuget@v1
3535
with:
36-
nuget-version: '5.x'
36+
nuget-version: '6.x'
3737

3838
- name: Add private GitHub registry to NuGet
3939
run: |

DotNetCampus.LatestCSharpFeatures.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{8A6F61D3
1111
LICENSE.txt = LICENSE.txt
1212
README.md = README.md
1313
build\Version.props = build\Version.props
14+
.github\workflows\dotnet-build.yml = .github\workflows\dotnet-build.yml
15+
.github\workflows\nuget-tag-publish.yml = .github\workflows\nuget-tag-publish.yml
1416
EndProjectSection
1517
EndProject
1618
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetCampus.LatestCSharpFeatures", "src\DotNetCampus.LatestCSharpFeatures\DotNetCampus.LatestCSharpFeatures.csproj", "{D0B0F7EB-3C81-45C4-BB47-5DCB16F2EA55}"

0 commit comments

Comments
 (0)