Updated NuGetPackageVerifier.json to add exclusion for Microsoft.AspNetCore.Server.IntegrationTesting

This commit is contained in:
Kiran Challa 2017-04-13 14:01:52 -07:00
parent f1a59d030e
commit 0822dd74ac
1 changed files with 13 additions and 5 deletions

View File

@ -1,7 +1,15 @@
{
"Default": {
"rules": [
"DefaultCompositeRule"
]
"nonshipping": {
"rules": [
// Don't run any rules for packages that don't ship.
],
"packages": {
"Microsoft.AspNetCore.Server.IntegrationTesting": {}
}
}
},
"Default": {
"rules": [
"DefaultCompositeRule"
]
}
}