Skip to content

WiX: integrate signing support into the MSBuild path #163

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

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Jan 1, 2023

Rather than requiring external scripting to sign the installer components, add in integrated code-signing capability into the build. With this, a user can specify additional parameters when invoking the build: -p:SignOutput=true -p:CERTIFICATE=... -p:PASSPHRASE=.... By default the output is not code-signed, allowing control over the build, which is also useful for CI usage. This reduces some of the extra logic required for signing in the CI systems.

Rather than requiring external scripting to sign the installer
components, add in integrated code-signing capability into the build.
With this, a user can specify additional parameters when invoking the
build: `-p:SignOutput=true -p:CERTIFICATE=... -p:PASSPHRASE=...`.  By
default the output is not code-signed, allowing control over the build,
which is also useful for CI usage.  This reduces some of the extra logic
required for signing in the CI systems.
@compnerd compnerd merged commit 4c8c80a into swiftlang:main Jan 3, 2023
@compnerd compnerd deleted the autograph branch January 3, 2023 15:47
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