Skip to content

Commit d8c6ef8

Browse files
Update release.yml
1 parent bce14e5 commit d8c6ef8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,22 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17+
- name: Setup .NET Core 3.1
18+
uses: actions/setup-dotnet@v1
19+
with:
20+
dotnet-version: 3.1.x
21+
- name: Setup .NET Core 5
22+
uses: actions/setup-dotnet@v1
23+
with:
24+
dotnet-version: 5.x
1725
- name: Setup .NET Core 6
1826
uses: actions/setup-dotnet@v1
1927
with:
2028
dotnet-version: '6.x'
2129
include-prerelease: true
30+
- name: Dotnet info
31+
run: dotnet --info
32+
shell: pwsh
2233
- name: Build and Test
2334
run: ./Build.ps1
2435
shell: pwsh

0 commit comments

Comments
 (0)