We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96afd1d commit 20bd56fCopy full SHA for 20bd56f
.github/workflows/build.yml
@@ -36,6 +36,14 @@ jobs:
36
- name: Checkout
37
uses: actions/checkout@v3
38
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
+
47
# Clean
48
- name: Clean
49
run: dotnet nuget locals all --clear
@@ -59,6 +67,14 @@ jobs:
59
67
60
68
61
69
70
71
72
73
74
75
76
77
62
78
# Set up Java 17
63
79
- name: Set up JDK
64
80
uses: actions/setup-java@v3
0 commit comments