From 9c49cd01683b2cebe8ebb70d8fb903e064779a4e Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Thu, 2 Sep 2021 12:16:55 -0700 Subject: [PATCH] [release/5.0.4xx] Add sign check exclusions for non-shipping files (#11845) * Add exclusions for nonshipping files * Remove that one --- eng/SignCheckExclusionsFile.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/SignCheckExclusionsFile.txt b/eng/SignCheckExclusionsFile.txt index ed889da10..b5de0fe0e 100644 --- a/eng/SignCheckExclusionsFile.txt +++ b/eng/SignCheckExclusionsFile.txt @@ -6,3 +6,5 @@ *singlefilehost.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549 *comhost.dll;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549 *apphosttemplateapphostexe.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549 +VS.Redist.*;; Non-shipping packages are not signed +VS.Tools.*;; Non-shipping packages are not signed \ No newline at end of file