Skip to content

Commit ce7b647

Browse files
committed
trying to fix, the pattern is not able to find any file for sign in
1 parent 8c97604 commit ce7b647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azdo/pipelines/steps/package-signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
AuthCertName: 'test-toolkit-cert-2025'
3434
AuthSignCertName: 'test-toolkit-cert-2025'
3535
FolderPath: '${{ parameters.PackagesPath }}'
36-
Pattern: 'Microsoft.AzureHealth.DataServices.*.dll;Microsoft.Capl.*.dll'
36+
Pattern: 'Microsoft.AzureHealth.DataServices.*.dll,Microsoft.Capl.*.dll'
3737
SessionTimeout: 90
3838
ServiceEndpointUrl: 'https://api.esrp.microsoft.com/api/v2'
3939
MaxConcurrency: 25

0 commit comments

Comments
 (0)