From 688c0c054b4953450bb6c2ec3c585d2215e30c2e 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 --- src/Directory.Packages.props | 2 +- .../build/Package.targets | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) 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'))"/> + + + +