From 67d9cb7abbceba53c6c546434efa44ba8f2a2269 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Wed, 23 Sep 2015 12:42:57 -0700 Subject: [PATCH] Enabling NuGetPackageVerifier --- NuGetPackageVerifier.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 NuGetPackageVerifier.json diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json new file mode 100644 index 0000000000..1a8e5da220 --- /dev/null +++ b/NuGetPackageVerifier.json @@ -0,0 +1,36 @@ +{ + "adx": { // Packages written by the ADX team and that ship on NuGet.org + "rules": [ + "AssemblyHasDocumentFileRule", + "AssemblyHasVersionAttributesRule", + "AssemblyHasServicingAttributeRule", + "AssemblyHasNeutralResourcesLanguageAttributeRule", + "SatellitePackageRule", + "StrictSemanticVersionValidationRule" + ], + "packages": { + "Microsoft.AspNet.Cryptography.Internal": { }, + "Microsoft.AspNet.Cryptography.KeyDerivation": { }, + "Microsoft.AspNet.DataProtection": { }, + "Microsoft.AspNet.DataProtection.Abstractions": { }, + "Microsoft.AspNet.DataProtection.Extensions": { }, + "Microsoft.AspNet.DataProtection.SystemWeb": { } + } + }, + "adx-nonshipping": { + "rules": [], + "packages": { + "Microsoft.AspNet.DataProtection.Sources": { } + } + }, + "Default": { // Rules to run for packages not listed in any other set. + "rules": [ + "AssemblyHasDocumentFileRule", + "AssemblyHasVersionAttributesRule", + "AssemblyHasServicingAttributeRule", + "AssemblyHasNeutralResourcesLanguageAttributeRule", + "SatellitePackageRule", + "StrictSemanticVersionValidationRule" + ] + } +} \ No newline at end of file