Skip to content

Commit f0d2996

Browse files
committed
adds more dotnet installs to CI
1 parent eea63a7 commit f0d2996

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ jobs:
1919
uses: actions/setup-dotnet@v1
2020
with:
2121
dotnet-version: '3.1.x'
22+
- name: Use .NET Core 5.x SDK
23+
uses: actions/setup-dotnet@v1
24+
with:
25+
dotnet-version: '5.0.x'
2226
# Not specifying a version will attempt to install via global.json
2327
- name: Use .NET Core global.json
2428
uses: actions/setup-dotnet@v1
25-
29+
2630
- name: Build
2731
if: runner.os != 'Windows'
2832
run: |

0 commit comments

Comments
 (0)