File tree 2 files changed +8
-15
lines changed
2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 16
16
jobs :
17
17
build :
18
18
runs-on : ubuntu-latest
19
- strategy :
20
- matrix :
21
- dotnet-version : |
22
- 8.0.x
23
- 9.0.x
24
-
25
19
steps :
26
20
- name : Checkout
27
21
uses : actions/checkout@v3
@@ -34,10 +28,12 @@ jobs:
34
28
git fetch
35
29
git pull
36
30
37
- - name : Setup .NET ${{ matrix.dotnet-version }}
31
+ - name : Setup .NET
38
32
uses : actions/setup-dotnet@v2
39
33
with :
40
- dotnet-version : ${{ matrix.dotnet-version }}
34
+ dotnet-version : |
35
+ 8.0.x
36
+ 9.0.x
41
37
42
38
- name : Restore dependencies
43
39
run : dotnet restore "${{ env.SOLUTION }}"
Original file line number Diff line number Diff line change 16
16
jobs :
17
17
build :
18
18
runs-on : ubuntu-latest
19
- strategy :
20
- matrix :
21
- dotnet-version : |
22
- 8.0.x
23
- 9.0.x
24
19
steps :
25
20
- name : Checkout
26
21
uses : actions/checkout@v3
27
22
28
- - name : Setup .NET ${{ matrix.dotnet-version }}
23
+ - name : Setup .NET
29
24
uses : actions/setup-dotnet@v2
30
25
with :
31
- dotnet-version : ${{ matrix.dotnet-version }}
26
+ dotnet-version : |
27
+ 8.0.x
28
+ 9.0.x
32
29
33
30
- name : Restore dependencies
34
31
run : dotnet restore "${{ env.SOLUTION }}"
You can’t perform that action at this time.
0 commit comments