-
Notifications
You must be signed in to change notification settings - Fork 132
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
Signing support for VMR builds #3708
Comments
T-Shirt Size: XL There is a lot to do here:
|
https://microsoft-my.sharepoint.com/:w:/p/mmitche/ERcEQy4Xex9CpRyTiGx9HrkBqf4iGDjDjwSk98QsczcROw?e=I6sfYl contains the deisgn. See the rough implementation plan in the doc for some more info, but it's important to recognize the independent tracks of work available here. This work is highly parallelizable. We can work on signtool support for different containers without actually being able to submit them for signing. Similarly, you can work on enabling signing infra in the vertical builds before you have the ability to sign all containers. The areas where there may be blocking issues are cases where support for unpacking a container requires running on a Mac or Linux machine, and we can't yet run SignTool on that machine. |
Matt is about to work on this, needs the aspnetcore build in the VMR as the prerequisite. |
Products that Microsoft ships must be signed, of course.
We sign in a number of ways today:
Some of the multiple ways of post-build signing have been driven by technical limitations. Linux and Mac signing could not occur within the same infra as typical MIcrobuild signing infra.
We need to work on improving this for the 9.0 VMR builds.
Objectives
Depends On
Work Items
-sign
action to build script fsharp#18011T-Shirt Size: XL
The text was updated successfully, but these errors were encountered: