From ea9c3639cc339c319011123d04d924562396555a Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 13 Aug 2018 11:15:05 -0700 Subject: [PATCH] Sign api-ms-win-core-xstate-l2-1-0.dll This file is only catalog signed in RS4. Sign during the build. To achieve this copy the CRT binaries locally rather than referencing from the UCRT location directly. Commit migrated from https://github.com/dotnet/coreclr/commit/557c8f0078b01a220077f02bc703c4a16c3e4e41 --- ...runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props | 2 +- src/coreclr/src/build.proj | 11 +++++++++++ src/coreclr/src/sign.builds | 6 ++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props b/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props index 200ca18..648d7aa 100644 --- a/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props @@ -19,7 +19,7 @@ - + diff --git a/src/coreclr/src/build.proj b/src/coreclr/src/build.proj index 4f34707..b7d0e8b 100644 --- a/src/coreclr/src/build.proj +++ b/src/coreclr/src/build.proj @@ -43,6 +43,17 @@ DestinationFolder="$(BinDir)PDB" /> + + + + + + + + true false diff --git a/src/coreclr/src/sign.builds b/src/coreclr/src/sign.builds index 413eb60..e1540c0 100644 --- a/src/coreclr/src/sign.builds +++ b/src/coreclr/src/sign.builds @@ -15,6 +15,12 @@ + + + + + + -- 2.7.4