From: Jose Perez Rodriguez Date: Thu, 20 Jun 2019 20:20:10 +0000 (-0700) Subject: Adding validation to ensure all runtime-only files are present on all runtime-specifi... X-Git-Tag: submit/tizen/20210909.063632~11031^2~1213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26b6143eb3240f27feec0a738c03fe637007e685;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Adding validation to ensure all runtime-only files are present on all runtime-specific packages (dotnet/corefx#38730) Commit migrated from https://github.com/dotnet/corefx/commit/f80d2324feaf77b902ea93d76a3aa5236b0e2f27 --- diff --git a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj index 7835848..4cdc993 100644 --- a/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj +++ b/src/libraries/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.pkgproj @@ -34,22 +34,24 @@ + + + + + + + + + + + + + + - Microsoft.Win32.Registry; - System.IO.FileSystem.AccessControl; - System.IO.Pipes.AccessControl; - System.Private.DataContractSerialization; - System.Private.Uri; - System.Private.Xml; - System.Private.Xml.Linq; - System.Runtime.WindowsRuntime; - System.Runtime.WindowsRuntime.UI.Xaml; - System.Security.AccessControl; - System.Security.Cryptography.Cng; - System.Security.Cryptography.OpenSsl; - System.Security.Principal.Windows; + @(AllowedRuntimeOnlyFiles); @@ -60,5 +62,18 @@ + + + + <_RuntimeOnlyMissingFile Include="@(AllowedRuntimeOnlyFiles)" Exclude="@(ClosureFile->'%(FileName)')" /> + + + +