Skip to content

Commit 5adf13a

Browse files
authored
Merge branch 'main' into opacitymaskview-experiment
2 parents 4d8f969 + 50c957d commit 5adf13a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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.16.1",
6+
"version": "1.18.1",
77
"commands": [
88
"uno-check"
99
]

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
- name: Restore dotnet tools
107107
run: dotnet tool restore
108108

109+
# Pinning Manifest for 1.18 version of Uno.Check at the moment to unblock build, see https://github.com/CommunityToolkit/Windows/pull/320
109110
- name: Run Uno Check to Install Dependencies
110111
run: >
111112
dotnet tool run uno-check
@@ -116,6 +117,7 @@ jobs:
116117
--skip androidemulator
117118
--skip vswinworkloads
118119
--verbose
120+
--manifest https://raw.githubusercontent.com/unoplatform/uno.check/1660eba219684491362704c75153b40ce6ef7a35/manifests/uno.ui.manifest.json
119121
120122
- name: Add msbuild to PATH
121123
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)