Skip to content

Commit f5f39c0

Browse files
authored
Updated CI/CD
1 parent 643017d commit f5f39c0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

+14
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ jobs:
4949

5050
steps:
5151
- uses: actions/checkout@v2
52+
53+
- uses: actions/setup-dotnet@v1
54+
with:
55+
dotnet-version: |
56+
3.1.x
57+
5.0.x
58+
6.0.x
5259
5360
- name: Build
5461
run: ./build.sh
@@ -58,6 +65,13 @@ jobs:
5865

5966
steps:
6067
- uses: actions/checkout@v2
68+
69+
- uses: actions/setup-dotnet@v1
70+
with:
71+
dotnet-version: |
72+
3.1.x
73+
5.0.x
74+
6.0.x
6175
6276
- name: Build
6377
run: |

0 commit comments

Comments
 (0)