File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ extends:
7979 arguments : ' --configuration $(BuildConfiguration) --no-build'
8080
8181 - task : EsrpCodeSigning@5
82+ displayName : ' ESRP CodeSigning binaries'
8283 inputs :
8384 ConnectedServiceName : ' Federated DevX ESRP Managed Identity Connection'
8485 AppRegistrationClientId : ' 65035b7f-7357-4f29-bf25-c5ee5c3949f8'
@@ -87,8 +88,6 @@ extends:
8788 AuthCertName : ' ReferenceLibraryPrivateCert'
8889 AuthSignCertName : ' ReferencePackagePublisherCertificate'
8990 FolderPath : ' $(Build.SourcesDirectory)\src'
90- Pattern : ' *.dll'
91- UseMinimatch : true
9291 signConfigType : ' inlineSignParams'
9392 inlineOperation : |
9493 [
@@ -146,6 +145,7 @@ extends:
146145 displayName : ' pack Hidi'
147146
148147 - task : EsrpCodeSigning@5
148+ displayName : ' ESRP CodeSigning Nuget Packages'
149149 inputs :
150150 ConnectedServiceName : ' Federated DevX ESRP Managed Identity Connection'
151151 AppRegistrationClientId : ' 65035b7f-7357-4f29-bf25-c5ee5c3949f8'
You can’t perform that action at this time.
0 commit comments