Skip to content

Remove signing information from the build manifest models#15415

Merged
mmitche merged 4 commits intodotnet:mainfrom
mmitche:remove-signing-information
Jan 16, 2025
Merged

Remove signing information from the build manifest models#15415
mmitche merged 4 commits intodotnet:mainfrom
mmitche:remove-signing-information

Conversation

@mmitche
Copy link
Member

@mmitche mmitche commented Jan 14, 2025

To double check:

@mmitche mmitche requested a review from ViktorHofer January 14, 2025 23:13
@mmitche
Copy link
Member Author

mmitche commented Jan 14, 2025

Thoughts on this Viktor?

@ViktorHofer
Copy link
Member

Yes, this is a good change. Thoughts on stop importing Sign.props in Publish.proj eventually? (not as part of this change as repos would need to react to it)

ViktorHofer
ViktorHofer previously approved these changes Jan 15, 2025
Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I read this correctly /p:Sign=false, not passing the -sing flag in or /p:PostBuildSign=true now all do more or less the same thing. They skip signing.

Is that correct?

@mmitche
Copy link
Member Author

mmitche commented Jan 15, 2025

If I read this correctly /p:Sign=false, not passing the -sing flag in or /p:PostBuildSign=true now all do more or less the same thing. They skip signing.

Is that correct?

Correct. PostBuildSign=true is the next thing to remove, but needs changes in the repos so that they don't sign if not desired.

@mmitche
Copy link
Member Author

mmitche commented Jan 16, 2025

Fixed up tests. PTAL

@mmitche mmitche enabled auto-merge (squash) January 16, 2025 18:55
@mmitche mmitche merged commit d42c489 into dotnet:main Jan 16, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants