mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
add ESRP signing of nuget packages
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea9e2f6642
commit
a2dcf87e10
3 changed files with 78 additions and 2 deletions
15
scripts/authorization.json
Normal file
15
scripts/authorization.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"Version": "1.0.0",
|
||||
"AuthenticationType": "AAD_CERT",
|
||||
"ClientId": "1c614a83-2dbe-4d3c-853b-effaefd4fb20",
|
||||
"AuthCert": {
|
||||
"SubjectName": "1c614a83-2dbe-4d3c-853b-effaefd4fb20.microsoft.com",
|
||||
"StoreLocation": "LocalMachine",
|
||||
"StoreName": "My"
|
||||
},
|
||||
"RequestSigningCert": {
|
||||
"SubjectName": "1c614a83-2dbe-4d3c-853b-effaefd4fb20",
|
||||
"StoreLocation": "LocalMachine",
|
||||
"StoreName": "My"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue