We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41d8fc commit 2162d02Copy full SHA for 2162d02
.github/workflows/build.yml
@@ -106,6 +106,7 @@ jobs:
106
- name: Restore dotnet tools
107
run: dotnet tool restore
108
109
+ # Pinning Manifest for 1.18 version of Uno.Check at the moment to unblock build, see https://github.com/CommunityToolkit/Windows/pull/320
110
- name: Run Uno Check to Install Dependencies
111
run: >
112
dotnet tool run uno-check
@@ -116,6 +117,7 @@ jobs:
116
117
--skip androidemulator
118
--skip vswinworkloads
119
--verbose
120
+ --manifest https://raw.githubusercontent.com/unoplatform/uno.check/1660eba219684491362704c75153b40ce6ef7a35/manifests/uno.ui.manifest.json
121
122
- name: Add msbuild to PATH
123
uses: microsoft/[email protected]
0 commit comments