dotnet / deployment-tools

This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools.
MIT License
163 stars 50 forks source link

Azure Trusted Signing support #362

Closed rogerfar closed 2 months ago

rogerfar commented 2 months ago

Hello,

We're investigating using (https://azure.microsoft.com/en-us/products/trusted-signing)[Azure Trusted Signing], which is very promising as it avoid messing with physical USB keys and is very reasonably priced.

Is there a plan to support this natively in Mage.exe?

NikolaMilosavljevic commented 2 months ago

[Triage] @John-Hart @sujitnayak is this feature planned for manifest signing in MSBuild?

John-Hart commented 2 months ago

Currently we do not have any plans to support this in the MSBuild manifest tasks.

You might want to look at using https://github.com/dotnet/sign

NikolaMilosavljevic commented 2 months ago

Closing as this is not planned.