summaryrefslogtreecommitdiff
path: root/eng/SignCheckExclusionsFile.txt
blob: 30f34bdf569e91a986c3af005a635d7df1855581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; File passed to the SignCheck tool for exclusions

;; Skip verification on all NuGet packages
*nupkg;;

;; The IL version of SPCL is never signed.
runtimes/*/il/System.Private.CoreLib.dll;*nupkg;

;;
;; Platforms that don't support signing.
;;
*;*osx*nupkg;
*;*linux*nupkg;
*;*rhel*nupkg;