File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed
.azure-pipelines/common-templates/esrp Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ parameters:
10
10
default : " *.nupkg"
11
11
12
12
steps :
13
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
13
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
14
14
displayName : ESRP NuGet CodeSigning
15
15
enabled : true
16
16
inputs :
17
- ConnectedServiceName : microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
17
+ ConnectedServiceName : Federated DevX ESRP Managed Identity Connection
18
+ AppRegistrationClientId : 65035b7f-7357-4f29-bf25-c5ee5c3949f8
19
+ AppRegistrationTenantId : cdc5aeea-15c5-4db6-b079-fcadd2505dc2
20
+ AuthAKVName : akv-prod-eastus
21
+ AuthCertName : ReferenceLibraryPrivateCert
22
+ AuthSignCertName : ReferencePackagePublisherCertificate
18
23
FolderPath : ${{ parameters.FolderPath }}
19
24
Pattern : ${{ parameters.Pattern }}
20
25
signConfigType : inlineSignParams
36
41
}
37
42
]
38
43
SessionTimeout : 20
44
+ MaxConcurrency : 50
45
+ MaxRetryAttempts : 5
46
+ PendingAnalysisWaitTimeoutMinutes : 5
Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ parameters:
10
10
default : " .*.dll"
11
11
12
12
steps :
13
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
13
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
14
14
displayName : ESRP DLL CodeSigning
15
15
enabled : true
16
16
inputs :
17
- ConnectedServiceName : microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
17
+ ConnectedServiceName : ' Federated DevX ESRP Managed Identity Connection'
18
+ AppRegistrationClientId : ' 65035b7f-7357-4f29-bf25-c5ee5c3949f8'
19
+ AppRegistrationTenantId : ' cdc5aeea-15c5-4db6-b079-fcadd2505dc2'
20
+ AuthAKVName : ' akv-prod-eastus'
21
+ AuthCertName : ' ReferenceLibraryPrivateCert'
22
+ AuthSignCertName : ' ReferencePackagePublisherCertificate'
18
23
FolderPath : ${{ parameters.FolderPath }}
19
24
Pattern : ${{ parameters.Pattern }}
20
25
signConfigType : inlineSignParams
57
62
}
58
63
]
59
64
SessionTimeout : 160
65
+ MaxConcurrency : 50
66
+ MaxRetryAttempts : 5
67
+ PendingAnalysisWaitTimeoutMinutes : 5
Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ parameters:
10
10
default : " .*.dll"
11
11
12
12
steps :
13
- - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
13
+ - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
14
14
displayName : ESRP DLL Strong Name
15
15
enabled : true
16
16
inputs :
17
- ConnectedServiceName : microsoftgraph ESRP CodeSign DLL and NuGet (AKV)
17
+ ConnectedServiceName : Federated DevX ESRP Managed Identity Connection
18
+ AppRegistrationClientId : 65035b7f-7357-4f29-bf25-c5ee5c3949f8
19
+ AppRegistrationTenantId : cdc5aeea-15c5-4db6-b079-fcadd2505dc2
20
+ AuthAKVName : akv-prod-eastus
21
+ AuthCertName : ReferenceLibraryPrivateCert
22
+ AuthSignCertName : ReferencePackagePublisherCertificate
18
23
FolderPath : ${{ parameters.FolderPath }}
19
24
Pattern : ${{ parameters.Pattern }}
20
25
signConfigType : inlineSignParams
36
41
}
37
42
]
38
43
SessionTimeout : 20
44
+ MaxConcurrency : 50
45
+ MaxRetryAttempts : 5
46
+ PendingAnalysisWaitTimeoutMinutes : 5
You can’t perform that action at this time.
0 commit comments