-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Runtime repo signing is broken inside the VMR #109178
Comments
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Looking at the signing logs, it looks like the wixpacks are missing, so the exes and msis can't be unwrapped. I'll figure out why they aren't provided. |
It's not the wixpacks. It looks like runtime is doing dry-run signing but checking for real signing. I believe this is the problem because the correct files are being passed to the MicroBuild signing rounds, MicroBuild is doing nothing, the containers are correctly re-packed, and then the validation fails at the end. |
Noticed in dotnet/sdk#44014
I'm disabling signing in the VMR temporarily to unblock the ingestion PR.
The text was updated successfully, but these errors were encountered: