File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
2
DotNetVersion : ' 8.0.100'
3
- UnoCheck_Version : ' 1.17.0-dev.20 '
3
+ UnoCheck_Version : ' 1.25.1 '
4
4
UnoCheck_Manifest : ' https://raw.githubusercontent.com/unoplatform/uno.check/3b250f49b719d1cf5ab205f997c3959b5e9fed1d/manifests/uno.ui.manifest.json'
5
5
6
6
steps :
17
17
18
18
- powershell : |
19
19
& dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
20
- & uno-check --pre -v --ci --non-interactive --fix --skip androidsdk --skip androidemulator --skip xcode --skip gtk3 --skip vswin --skip vsmac --manifest ${{ parameters.UnoCheck_Manifest }}
20
+ & uno-check --pre -v --ci --non-interactive --fix --skip androidsdk --skip androidemulator --skip xcode --skip gtk3 --skip vswin --skip vsmac
21
21
displayName: Install .NET Workloads
22
22
errorActionPreference: continue
23
23
ignoreLASTEXITCODE: true
You can’t perform that action at this time.
0 commit comments