From f51e7263b70600e91814cc32791828925f190566 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Wed, 23 Sep 2015 14:39:29 -0700 Subject: [PATCH] Enabling NuGetPackageVerifier --- NuGetPackageVerifier.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 NuGetPackageVerifier.json diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json new file mode 100644 index 0000000000..c3d5401e6b --- /dev/null +++ b/NuGetPackageVerifier.json @@ -0,0 +1,35 @@ +{ + "adx": { // Packages written by the ADX team and that ship on NuGet.org + "rules": [ + "AssemblyHasDocumentFileRule", + "AssemblyHasVersionAttributesRule", + "AssemblyHasServicingAttributeRule", + "AssemblyHasNeutralResourcesLanguageAttributeRule", + "SatellitePackageRule", + "StrictSemanticVersionValidationRule" + ], + "packages": { + "Microsoft.AspNet.Authentication": { }, + "Microsoft.AspNet.Authentication.Cookies": { }, + "Microsoft.AspNet.Authentication.Facebook": { }, + "Microsoft.AspNet.Authentication.Google": { }, + "Microsoft.AspNet.Authentication.JwtBearer": { }, + "Microsoft.AspNet.Authentication.MicrosoftAccount": { }, + "Microsoft.AspNet.Authentication.OAuth": { }, + "Microsoft.AspNet.Authentication.OpenIdConnect": { }, + "Microsoft.AspNet.Authentication.Twitter": { }, + "Microsoft.AspNet.Authorization": { }, + "Microsoft.AspNet.CookiePolicy": { } + } + }, + "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