From 4daeaaf62f3ba1ba6771963cd13dd106dbb87230 Mon Sep 17 00:00:00 2001 From: Kunal22shah Date: Fri, 16 Aug 2024 10:04:08 -0400 Subject: [PATCH] ci: remove manifest --- build/templates/dotnet-install-windows.yml | 2 +- reference/ToDo/src/global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/templates/dotnet-install-windows.yml b/build/templates/dotnet-install-windows.yml index 2a017ed0..cc30fb4f 100644 --- a/build/templates/dotnet-install-windows.yml +++ b/build/templates/dotnet-install-windows.yml @@ -17,7 +17,7 @@ steps: - powershell: | & dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json - & uno-check --pre -v --ci --non-interactive --fix --skip androidsdk --skip androidemulator --skip xcode --skip gtk3 --skip vswin --skip vsmac --manifest ${{ parameters.UnoCheck_Manifest }} + & uno-check --pre -v --ci --non-interactive --fix --skip androidsdk --skip androidemulator --skip xcode --skip gtk3 --skip vswin --skip vsmac displayName: Install .NET Workloads errorActionPreference: continue ignoreLASTEXITCODE: true diff --git a/reference/ToDo/src/global.json b/reference/ToDo/src/global.json index 8f693eeb..a647aec6 100644 --- a/reference/ToDo/src/global.json +++ b/reference/ToDo/src/global.json @@ -1,6 +1,6 @@ { // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. "msbuild-sdks": { - "Uno.Sdk": "5.4.0-dev.192" + "Uno.Sdk": "5.3.96" } }