Add Sign Check Exclusions from runtime (#11768)
These files are not signed, and therefore we should exclude them from sign check
This commit is contained in:
parent
4d04901ba7
commit
d271f8908d
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
|||
;; Format: https://github.com/dotnet/arcade/blob/397316e195639450b6c76bfeb9823b40bee72d6d/src/SignCheck/Microsoft.SignCheck/Verification/Exclusion.cs#L23-L35
|
||||
|
||||
*.js;; We do not sign JavaScript files.
|
||||
*apphost.exe;;Template, DO-NOT-SIGN, https://github.com/dotnet/core-setup/pull/7549
|
||||
*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
|
||||
|
|
Loading…
Reference in a new issue