Skip to content

Commit 1c8dbc4

Browse files
authored
Merge pull request #808 from unoplatform/dev/ks/bump-uno-check
chore: bump uno-check version & remove manifest
2 parents a8bba02 + 92f08f9 commit 1c8dbc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/templates/dotnet-install-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
DotNetVersion: '8.0.100'
3-
UnoCheck_Version: '1.17.0-dev.20'
3+
UnoCheck_Version: '1.25.1'
44
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/3b250f49b719d1cf5ab205f997c3959b5e9fed1d/manifests/uno.ui.manifest.json'
55

66
steps:
@@ -17,7 +17,7 @@ steps:
1717

1818
- powershell: |
1919
& 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
2121
displayName: Install .NET Workloads
2222
errorActionPreference: continue
2323
ignoreLASTEXITCODE: true

0 commit comments

Comments
 (0)