From 2b132d7f7512b3f7971e65c3e3013a8eb10db726 Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Tue, 23 Jan 2024 11:00:20 -0600 Subject: [PATCH 1/2] Update uno-check to 1.18.1 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 727dffdf..dcdfa0fa 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "uno.check": { - "version": "1.14.1", + "version": "1.18.1", "commands": [ "uno-check" ] From b08ee7195d70db1296d7bad439e1df24f21a1b40 Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Tue, 23 Jan 2024 13:19:45 -0600 Subject: [PATCH 2/2] Update uno-check manifest for 1.18 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8112a55e..a2aa4653 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: - name: Restore dotnet tools run: dotnet tool restore - # Pinning Manifest for 1.13 version of Uno.Check at the moment to unblock build, see https://github.com/CommunityToolkit/Windows/pull/201 + # 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 @@ -119,7 +119,7 @@ jobs: --skip androidemulator --skip vswinworkloads --verbose - --manifest https://raw.githubusercontent.com/unoplatform/uno.check/c3b289d7bb16a2a2df7f7f7f848d76fe1e74036d/manifests/uno.ui.manifest.json + --manifest https://raw.githubusercontent.com/unoplatform/uno.check/1660eba219684491362704c75153b40ce6ef7a35/manifests/uno.ui.manifest.json - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.3.1