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 5d7bdc5 commit d41270eCopy full SHA for d41270e
.github/workflows/build.yml
@@ -106,7 +106,6 @@ 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
@@ -117,7 +116,6 @@ jobs:
117
116
--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/setup-msbuild@v2
0 commit comments