Skip to content

Commit

Permalink
Merge branch 'main' into neroc/markdigui
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 committed Jan 29, 2024
2 parents 54ff320 + 50c957d commit 2b9ec51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"uno.check": {
"version": "1.16.1",
"version": "1.18.1",
"commands": [
"uno-check"
]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: Restore dotnet tools
run: dotnet tool restore

# Pinning Manifest for 1.18 version of Uno.Check at the moment to unblock build, see https://github.com/CommunityToolkit/Windows/pull/320
- name: Run Uno Check to Install Dependencies
run: >
dotnet tool run uno-check
Expand All @@ -116,6 +117,7 @@ jobs:
--skip androidemulator
--skip vswinworkloads
--verbose
--manifest https://github.com/raw/unoplatform/uno.check/1660eba219684491362704c75153b40ce6ef7a35/manifests/uno.ui.manifest.json
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
Expand Down

0 comments on commit 2b9ec51

Please sign in to comment.