We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c97604 commit ce7b647Copy full SHA for ce7b647
.azdo/pipelines/steps/package-signing.yml
@@ -33,7 +33,7 @@ steps:
33
AuthCertName: 'test-toolkit-cert-2025'
34
AuthSignCertName: 'test-toolkit-cert-2025'
35
FolderPath: '${{ parameters.PackagesPath }}'
36
- Pattern: 'Microsoft.AzureHealth.DataServices.*.dll;Microsoft.Capl.*.dll'
+ Pattern: 'Microsoft.AzureHealth.DataServices.*.dll,Microsoft.Capl.*.dll'
37
SessionTimeout: 90
38
ServiceEndpointUrl: 'https://api.esrp.microsoft.com/api/v2'
39
MaxConcurrency: 25
0 commit comments