Azure SignTool in an Azure Pipeline using Federated Credentials #365
Lazer91
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since I couldn't find any other guide or document that shows how to use Federated Credentials with Azure SignTool, and since I think it's a very useful feature because it removes the need for secrets rotation, I thought to show how I did it.
Prerequisites
YAML Pipeline snippet
This pipeline will produce an artifact with the specified
myExe.exefile signed. The "trick" is to use the genericAzureCLI@2task to run Azure SignTool, without really calling anyazcommand:If you have any better idea to achieve the same, I'd be very interested 😊.
Beta Was this translation helpful? Give feedback.
All reactions