You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: