Skip to content
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

Adds two missing parameters for SignTool #4406

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

tstewart65
Copy link
Contributor

\csp - Cryptographic Service Provider
\kc - Private Key Container Name

Fix for #4404

\csp - Cryptographic Service Provider
\kc - Private Key Container Name
Copy link
Member

@augustoproiete augustoproiete left a comment

Choose a reason for hiding this comment

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

LGTM

@devlead devlead linked an issue Dec 5, 2024 that may be closed by this pull request
Copy link
Member

@devlead devlead left a comment

Choose a reason for hiding this comment

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

LGTM, could you please add som tests in

public sealed class SignToolSignRunnerTests

Moved the new parameters to be just before the target assemblies.
@tstewart65
Copy link
Contributor Author

I have added the tests for the two new parameters. I also moved the two new parameters to just before the target assemblies. That way they are at the end of all the parameters that were already there.

@tstewart65 tstewart65 requested a review from devlead December 6, 2024 02:45
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.

SignTool missing the /kc and /csp parameters.
4 participants