[release/5.0.4xx] Add sign check exclusions for non-shipping files (#11845)
* Add exclusions for nonshipping files * Remove that one
This commit is contained in:
parent
54b7d729e1
commit
9c49cd0168
1 changed files with 2 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue