Skip to content

Commit de3634f

Browse files
committed
Fixing build
1 parent 242907b commit de3634f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ jobs:
1414
uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17+
- name: Setup dotnet 5.0
18+
uses: actions/setup-dotnet@v1
19+
with:
20+
dotnet-version: '5.0.100-rc.2.20479.15'
21+
- name: Setup dotnet 3.1
22+
uses: actions/setup-dotnet@v1
23+
with:
24+
dotnet-version: '3.1.x'
25+
- name: Setup dotnet 2.1
26+
uses: actions/setup-dotnet@v1
27+
with:
28+
dotnet-version: '2.1.x'
1729
- name: Build and Test
1830
run: ./Build.ps1
1931
shell: pwsh

0 commit comments

Comments
 (0)