We're using this task in one of our pipelines, and the list of assemblies to sign has grown over the past little while...to the point where we're running into the rate limit for Digicert's timestamp server.
@StefanKert I am in the process of writing a PowerShell script as a workaround, but I thought I'd ask if you have the time to add an optional parameter that specifies a delay between signing requests.
I can attempt the change myself and submit a PR, but it might take me some time. I am well-versed in TypeScript, but I haven't worked with Pipelines Tasks before, so I'm not sure how to test any code changes.
Thanks!
We're using this task in one of our pipelines, and the list of assemblies to sign has grown over the past little while...to the point where we're running into the rate limit for Digicert's timestamp server.
@StefanKert I am in the process of writing a PowerShell script as a workaround, but I thought I'd ask if you have the time to add an optional parameter that specifies a delay between signing requests.
I can attempt the change myself and submit a PR, but it might take me some time. I am well-versed in TypeScript, but I haven't worked with Pipelines Tasks before, so I'm not sure how to test any code changes.
Thanks!