Enabling NuGetPackageVerifier

This commit is contained in:
Ajay Bhargav Baaskaran 2015-09-17 12:20:35 -07:00
parent 5a1c308345
commit 6928ff96c5
1 changed files with 34 additions and 0 deletions

34
NuGetPackageVerifier.json Normal file
View File

@ -0,0 +1,34 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
],
"packages": {
"Microsoft.AspNet.Localization": { },
"Microsoft.Framework.Globalization.CultureInfoCache": { },
"Microsoft.Framework.Localization": { },
"Microsoft.Framework.Localization.Abstractions": { }
}
},
"adx-nonshipping": {
"rules": [],
"packages": {
"CultureInfoGenerator": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}