Enabling NuGetPackageVerifier

This commit is contained in:
Ajay Bhargav Baaskaran 2015-09-22 16:00:47 -07:00
parent af4f0fc6f0
commit 7948533fab
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.Diagnostics": { },
"Microsoft.AspNet.Diagnostics.Abstractions": { },
"Microsoft.AspNet.Diagnostics.Elm": { },
"Microsoft.AspNet.Diagnostics.Entity": { }
}
},
"adx-nonshipping": {
"rules": [],
"packages": {
"PageGenerator": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}