Skip to content

Commit 20bd56f

Browse files
committed
set up .NET versions
[git-p4: depot-paths = "//dev/main.net/": change = 114093]
1 parent 96afd1d commit 20bd56f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v3
3838

39+
# Set up .NET versions
40+
- name: Set up dotnet
41+
uses: actions/setup-dotnet@v4
42+
with:
43+
dotnet-version: |
44+
6.x
45+
8.x
46+
3947
# Clean
4048
- name: Clean
4149
run: dotnet nuget locals all --clear
@@ -59,6 +67,14 @@ jobs:
5967
- name: Checkout
6068
uses: actions/checkout@v3
6169

70+
# Set up .NET versions
71+
- name: Set up dotnet
72+
uses: actions/setup-dotnet@v4
73+
with:
74+
dotnet-version: |
75+
6.x
76+
8.x
77+
6278
# Set up Java 17
6379
- name: Set up JDK
6480
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)