File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 35
35
uses : actions/setup-dotnet@v4
36
36
with :
37
37
dotnet-version : |
38
- 7.0.x
39
38
8.0.x
40
39
- name : Setup .NET (global.json)
41
40
uses : actions/setup-dotnet@v4
78
77
strategy :
79
78
matrix :
80
79
os : [ubuntu-latest, windows-latest, macos-latest]
81
- configuration : [Debug, Release]
82
80
83
81
runs-on : ${{ matrix.os }}
84
82
@@ -88,16 +86,13 @@ jobs:
88
86
uses : actions/setup-dotnet@v4
89
87
with :
90
88
dotnet-version : |
91
- 7.0.x
92
89
8.0.x
93
90
- name : Setup .NET (global.json)
94
91
uses : actions/setup-dotnet@v4
95
92
with :
96
93
global-json-file : global.json
97
94
- name : Restore dependencies
98
95
run : dotnet restore
99
- - name : Build
100
- run : dotnet build -c ${{ matrix.configuration }} --no-restore
101
96
- name : Test Parsers
102
97
shell : pwsh
103
98
run : ./test-parsers.ps1
@@ -116,7 +111,6 @@ jobs:
116
111
uses : actions/setup-dotnet@v4
117
112
with :
118
113
dotnet-version : |
119
- 7.0.x
120
114
8.0.x
121
115
- name : Setup .NET (global.json)
122
116
uses : actions/setup-dotnet@v4
You can’t perform that action at this time.
0 commit comments