Replies: 1 comment 1 reply
-
Have you figured it out? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using your tool to sign my build output. Everything works great as long as I pass in a single file at a time.
What I wanted to know is how to use the command with a wildcard.
This is the script I'm using - the values are provided as parameters from the pipeline
As a value for
$FileToSign
I wanted to provide smth like**\*.exe
Is this behavior supported out-of-the-box? If not I could wrap the call to this script and resolve the wildcards before passing it in to the AzureSignTool.
Let me know what you think
Regards
Norbert
Beta Was this translation helpful? Give feedback.
All reactions