Skip to content

Commit 11c0b2b

Browse files
Snap to Uno-check 1.13 manifest to resolve build issue (#202)
* Snap to Uno-check 1.13 manifest to resolve build issue * Update uno-check version to 1.14.1 as check still blocking (though pointing to 1.13 manifest still)
1 parent 5ec6a87 commit 11c0b2b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"uno.check": {
6-
"version": "1.13.0",
6+
"version": "1.14.1",
77
"commands": [
88
"uno-check"
99
]

.github/workflows/build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,18 @@ jobs:
108108
- name: Restore dotnet tools
109109
run: dotnet tool restore
110110

111+
# Pinning Manifest for 1.13 version of Uno.Check at the moment to unblock build, see https://github.com/CommunityToolkit/Windows/pull/201
111112
- name: Run Uno Check to Install Dependencies
112-
run: dotnet tool run uno-check --ci --fix --non-interactive --skip wsl --skip androidemulator --skip vswinworkloads --verbose
113+
run: >
114+
dotnet tool run uno-check
115+
--ci
116+
--fix
117+
--non-interactive
118+
--skip wsl
119+
--skip androidemulator
120+
--skip vswinworkloads
121+
--verbose
122+
--manifest https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d/manifests/uno.ui.manifest.json
113123
114124
- name: Add msbuild to PATH
115125
uses: microsoft/setup-msbuild@v1.3.1

0 commit comments

Comments
 (0)