13
13
- release/*/*
14
14
15
15
env :
16
- UnoCheck_Version : ' 1.27.1 '
16
+ UnoCheck_Version : ' 1.28.3 '
17
17
18
18
jobs :
19
19
build_tool :
67
67
run : |
68
68
dotnet test src/Resizetizer/test/UnitTests/Resizetizer.UnitTests.csproj -c Release -p:PackageVersion=$adjustedPackageVersion -p:Version=${{ steps.gitversion.outputs.assemblySemVer }} --logger GitHubActions --blame-crash --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
69
69
70
- validation_5_2_nix :
71
- name : Validate 5.2
70
+ validation_5_6_nix :
71
+ name : Validate 5.6
72
72
needs : build_tool
73
73
74
74
strategy :
@@ -113,10 +113,10 @@ jobs:
113
113
shell: pwsh
114
114
name: Install .NET Workloads
115
115
116
- - name : Restore 5.2 Sample App (${{ matrix.config }})
116
+ - name : Restore 5.6 Sample App (${{ matrix.config }})
117
117
shell : pwsh
118
118
run : |
119
- cd samples/5.2 /Uno52ResizetizerTests
119
+ cd samples/5.6 /Uno52ResizetizerTests
120
120
& dotnet restore
121
121
122
122
- name : Delete nupkg files
@@ -131,36 +131,36 @@ jobs:
131
131
if : runner.os != 'Windows'
132
132
shell : pwsh
133
133
134
- - name : Validate 5.2 Samples app (${{ matrix.config }})
134
+ - name : Validate 5.6 Samples app (${{ matrix.config }})
135
135
shell : pwsh
136
136
137
137
# Skip the macOS release build, the agent does not have
138
138
# enough disk space to handle it.
139
139
if : matrix.os == 'macos-latest' && matrix.config != 'Release'
140
140
141
141
run : |
142
- & dotnet build -c ${{ matrix.config }} -p:RunAOTCompilation=false -p:WasmShellILLinkerEnabled=false /p:WindowsAppSDKSelfContained=false /p:WindowsPackageType=None -bl:./logs/sample-5.2 -${{ matrix.config }}.binlog samples/5.2 /Uno52ResizetizerTests/Uno52ResizetizerTests.sln
142
+ & dotnet build -c ${{ matrix.config }} -p:RunAOTCompilation=false -p:WasmShellILLinkerEnabled=false /p:WindowsAppSDKSelfContained=false /p:WindowsPackageType=None -bl:./logs/sample-5.6 -${{ matrix.config }}.binlog samples/5.6 /Uno52ResizetizerTests/Uno52ResizetizerTests.sln
143
143
144
- - name : Validate 5.2 Samples app (${{ matrix.config }} Incremental)
144
+ - name : Validate 5.6 Samples app (${{ matrix.config }} Incremental)
145
145
146
146
# Skip the macOS release build, the agent does not have
147
147
# enough disk space to handle it.
148
148
if : matrix.os == 'macos-latest' && matrix.config != 'Release'
149
149
150
150
shell : pwsh
151
151
run : |
152
- & dotnet build -c ${{ matrix.config }} /p:RunAOTCompilation=false /p:WasmShellILLinkerEnabled=false /p:WindowsAppSDKSelfContained=false /p:WindowsPackageType=None /bl:.\logs\sample-5.2 -${{ matrix.config }}-incremental.binlog samples\5.2 \Uno52ResizetizerTests\Uno52ResizetizerTests.sln
152
+ & dotnet build -c ${{ matrix.config }} /p:RunAOTCompilation=false /p:WasmShellILLinkerEnabled=false /p:WindowsAppSDKSelfContained=false /p:WindowsPackageType=None /bl:.\logs\sample-5.6 -${{ matrix.config }}-incremental.binlog samples\5.6 \Uno52ResizetizerTests\Uno52ResizetizerTests.sln
153
153
154
154
- name : Upload Artifacts
155
155
uses : actions/upload-artifact@v4
156
156
if : always()
157
157
with :
158
- name : logs_5_2_ ${{ matrix.config }}_${{ matrix.os }}
158
+ name : logs_5_6_ ${{ matrix.config }}_${{ matrix.os }}
159
159
path : .\logs
160
160
161
161
162
- validation_5_2_win :
163
- name : Validate 5.2 Samples (msbuild)
162
+ validation_5_6_win :
163
+ name : Validate 5.6 Samples (msbuild)
164
164
needs : build_tool
165
165
runs-on : windows-latest
166
166
steps :
@@ -180,11 +180,11 @@ jobs:
180
180
name : NuGet
181
181
path : samples/packages
182
182
183
- - name : Validate 5.2 Sample app (Debug - DesignTimeBuild)
183
+ - name : Validate 5.6 Sample app (Debug - DesignTimeBuild)
184
184
run : |
185
185
$installationPath = vswhere -latest -property installationPath
186
186
$designTimeTarget = Join-Path $installationPath -ChildPath "\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets"
187
- $sampleSolution = 'samples\5.2 \Uno52ResizetizerTests\Uno52ResizetizerTests.sln'
187
+ $sampleSolution = 'samples\5.6 \Uno52ResizetizerTests\Uno52ResizetizerTests.sln'
188
188
$msbuild = vswhere -latest -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe
189
189
190
190
dotnet restore $sampleSolution
@@ -200,7 +200,7 @@ jobs:
200
200
uses : actions/upload-artifact@v4
201
201
if : always()
202
202
with :
203
- name : logs_5_2
203
+ name : logs_5_6
204
204
path : .\logs
205
205
206
206
# This step is only used to add a required check for the PR
@@ -209,8 +209,8 @@ jobs:
209
209
runs-on : windows-latest
210
210
needs :
211
211
- build_tool
212
- - validation_5_2_win
213
- - validation_5_2_nix
212
+ - validation_5_6_win
213
+ - validation_5_6_nix
214
214
215
215
steps :
216
216
- name : Checkout
@@ -222,8 +222,8 @@ jobs:
222
222
runs-on : windows-latest
223
223
needs :
224
224
- build_tool
225
- - validation_5_2_win
226
- - validation_5_2_nix
225
+ - validation_5_6_win
226
+ - validation_5_6_nix
227
227
steps :
228
228
- name : Checkout
229
229
uses : actions/checkout@v4
0 commit comments