Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure devops pipeines - Globbing not working #283

Open
greengumby opened this issue Nov 15, 2024 · 0 comments
Open

Azure devops pipeines - Globbing not working #283

greengumby opened this issue Nov 15, 2024 · 0 comments

Comments

@greengumby
Copy link

Hi I am calling azuresigntool through command line on a hosted agent version : 6.0.0
azuresigntool sign -kvu **** -kvc ***** -kvi **** -kvs ***** --azure-key-vault-tenant-id **** -tr http://timestamp.globalsign.com/tsa/advanced -td sha256 -v "D:\a\1\a*.exe"

and the result is "At least one file must be specified to sign."

I can confirm that the file exists and if I fully qualify the file path and name than the signing works as intended. However I cannot do this when the exe name is dynamic.

I am also tried "D:***.exe" with the same result.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant