From 04fa2206c81d0d092bb24cfe2dcbbaf51f4ae33b Mon Sep 17 00:00:00 2001 From: eriklimakc Date: Wed, 4 Dec 2024 15:37:07 +0000 Subject: [PATCH] chore: Add global.json to TestHarness --- global.json | 2 +- src/Directory.Packages.props | 2 +- .../build/Package.targets | 28 +++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index efcccd3369..8de663287e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "msbuild-sdks": { "MSBuild.Sdk.Extras": "3.0.44", - "Uno.Sdk": "5.5.49" + "Uno.Sdk": "5.3.96" } } diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 0f601ec6a9..9847574b50 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -50,7 +50,7 @@ - + diff --git a/src/Uno.Extensions.Authentication.MSAL/build/Package.targets b/src/Uno.Extensions.Authentication.MSAL/build/Package.targets index 90724885af..3957411246 100644 --- a/src/Uno.Extensions.Authentication.MSAL/build/Package.targets +++ b/src/Uno.Extensions.Authentication.MSAL/build/Package.targets @@ -7,4 +7,32 @@ $(DefineConstants);UNO_EXT_MSAL + + + + + <_WebView2CoreFilesToExclude Include="@(ResolvedFileToPublish)" Condition="'%(Filename)' == 'Microsoft.Web.WebView2.Core'"/> + + + <_WebView2CoreFilesToExclude Remove="@(_WebView2CoreFilesToExclude)" Condition="$([System.String]::Copy(%(FullPath)).Contains('.nuget'))"/> + + + + + + + + + <_WebView2CoreOutputsToExclude Include="@(PackagingOutputs)" Condition="'%(Filename)' == 'Microsoft.Web.WebView2.Core'"/> + + + <_WebView2CoreOutputsToExclude Remove="@(_WebView2CoreOutputsToExclude)" Condition="$([System.String]::Copy(%(FullPath)).Contains('.nuget'))"/> + + + +