Skip to content

Commit fa9258b

Browse files
authored
Certificate update in docs (#8294)
* Updated the sample command line to include new certificate
1 parent c6bc4cd commit fa9258b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/VerifyMicrosoftPackage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Today, this tool only verifies the Microsoft-specific metadata requirements of t
1212
case, you can use the following nuget.exe command:
1313

1414
```
15-
.\nuget.exe verify *.nupkg -Signatures -CertificateFingerprint 3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE
15+
nuget.exe verify *.nupkg -Signatures -CertificateFingerprint "3F9001EA83C560D712C24CF213C3D312CB3BFF51EE89435D3430BD06B5D0EECE;AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27"
1616
```
1717

1818
Other missing verifications include:
@@ -97,4 +97,4 @@ If question marks ('?') or weird characters appear below, consider using --write
9797
"projUrlReq": true,
9898
"error": "The package is not compliant with metadata requirements for Microsoft packages on NuGet.org. Go to https://aka.ms/Microsoft-NuGet-Compliance for more information.\r\nPolicy violations: {0}"
9999
}
100-
```
100+
```

0 commit comments

Comments
 (0)