@@ -25,20 +25,10 @@ jobs:
25
25
with :
26
26
fetch-depth : 0
27
27
28
- - name : Setup .NET SDK
29
- uses : actions/setup-dotnet@v1
30
- with :
31
- dotnet-version : ' 3.1.x'
32
-
33
- - name : Setup .NET Core v5
34
- uses : actions/setup-dotnet@v1
35
- with :
36
- dotnet-version : ' 5.0.x'
37
-
38
28
- name : Setup .NET Core v6
39
29
uses : actions/setup-dotnet@v1
40
30
with :
41
- dotnet-version : ' 6 .0.100'
31
+ dotnet-version : ' 8 .0.100'
42
32
43
33
- name : Setup GitVersion
44
34
uses :
gittools/actions/gitversion/[email protected]
@@ -148,7 +138,7 @@ jobs:
148
138
- manifest : ' manifests/uno.ui.manifest.json'
149
139
manifest_name : Stable
150
140
os : macos-11
151
- dotnet_version : 7.0.102
141
+ dotnet_version : 7.0.403
152
142
153
143
- manifest : ' manifests/uno.ui-preview.manifest.json'
154
144
manifest_name : Preview
@@ -157,12 +147,12 @@ jobs:
157
147
os : macos-11
158
148
dotnet_version : 7.0.403
159
149
160
- - manifest : ' manifests/uno.ui-preview-major.manifest.json'
161
- manifest_name : Preview net8
162
- previous_tool_version : ' '
163
- previous_tool_params : ' '
164
- os : macos-11
165
- dotnet_version : 8.0.100-preview.1.23115.2
150
+ # - manifest: 'manifests/uno.ui-preview-major.manifest.json'
151
+ # manifest_name: Preview net8
152
+ # previous_tool_version: ''
153
+ # previous_tool_params: ''
154
+ # os: macos-11
155
+ # dotnet_version: 8.0.100
166
156
167
157
- manifest : ' manifests/uno.ui.manifest.json'
168
158
manifest_name : Stable Upgrade
@@ -178,12 +168,12 @@ jobs:
178
168
os : macos-11
179
169
dotnet_version : 7.0.403
180
170
181
- - manifest : ' manifests/uno.ui-preview-major.manifest.json'
182
- manifest_name : Preview Upgrade net8
183
- previous_tool_version : 1.4.2
184
- previous_tool_params : ' --pre'
185
- os : macos-11
186
- dotnet_version : 8.0.100-preview.1.23115.2
171
+ # - manifest: 'manifests/uno.ui-preview-major.manifest.json'
172
+ # manifest_name: Preview Upgrade net8
173
+ # previous_tool_version: 1.4.2
174
+ # previous_tool_params: '--pre'
175
+ # os: macos-11
176
+ # dotnet_version: 8.0.100
187
177
188
178
- manifest : ' manifests/uno.ui.manifest.json'
189
179
manifest_name : Stable
@@ -197,12 +187,12 @@ jobs:
197
187
os : macos-12
198
188
dotnet_version : 7.0.403
199
189
200
- - manifest : ' manifests/uno.ui-preview-major.manifest.json'
201
- manifest_name : Preview net8
202
- previous_tool_version : ' '
203
- previous_tool_params : ' '
204
- os : macos-12
205
- dotnet_version : 8.0.100-preview.1.23115.2
190
+ # - manifest: 'manifests/uno.ui-preview-major.manifest.json'
191
+ # manifest_name: Preview net8
192
+ # previous_tool_version: ''
193
+ # previous_tool_params: ''
194
+ # os: macos-12
195
+ # dotnet_version: 8.0.100
206
196
207
197
- manifest : ' manifests/uno.ui.manifest.json'
208
198
manifest_name : Stable Upgrade
@@ -218,12 +208,12 @@ jobs:
218
208
os : macos-12
219
209
dotnet_version : 7.0.403
220
210
221
- - manifest : ' manifests/uno.ui-preview-major.manifest.json'
222
- manifest_name : Preview Upgrade net8
223
- previous_tool_version : 1.4.2
224
- previous_tool_params : ' --pre'
225
- os : macos-12
226
- dotnet_version : 8.0.100-preview.1.23115.2
211
+ # - manifest: 'manifests/uno.ui-preview-major.manifest.json'
212
+ # manifest_name: Preview Upgrade net8
213
+ # previous_tool_version: 1.4.2
214
+ # previous_tool_params: '--pre'
215
+ # os: macos-12
216
+ # dotnet_version: 8.0.100
227
217
228
218
runs-on : ${{ matrix.os }}
229
219
@@ -249,6 +239,11 @@ jobs:
249
239
with :
250
240
dotnet-version : ' ${{ matrix.dotnet_version }}'
251
241
242
+ # - name: MANUAL WORKLOAD INSTALL
243
+ # shell: pwsh
244
+ # run: |
245
+ # dotnet workload install android ios maccatalyst maui tvos macos --source https://api.nuget.org/v3/index.json
246
+
252
247
- name : Setup GitVersion
253
248
uses :
gittools/actions/gitversion/[email protected]
254
249
with :
0 commit comments