Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 1f336da

Browse files
author
N. Taylor Mullen
committed
Update nuget package verifier to contain test library package.
1 parent 1cc4498 commit 1f336da

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

NuGetPackageVerifier.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44
"AdxVerificationCompositeRule"
55
],
66
"packages": {
7-
"Microsoft.AspNetCore.Razor.Tools": { }
7+
"Microsoft.AspNetCore.Razor.Tools": { },
8+
"Microsoft.AspNetCore.Razor.Design": { }
9+
}
10+
},
11+
"adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
12+
"rules": [
13+
// Don't run any rules for packages the ADX team creates but doesn't ship.
14+
],
15+
"packages": {
16+
"RazorToolingTestApp.LibraryPackage": { }
817
}
918
},
1019
"Default": { // Rules to run for packages not listed in any other set.

0 commit comments

Comments
 (0)