We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add SignTool task to the package: https://gist.github.com/gregmac/4cfacea5aaf702365724
The text was updated successfully, but these errors were encountered:
It's already in the code:
https://github.com/mikefourie/MSBuildExtensionPack/blob/de9b1170464747f6ea811c81812f06baae32530f/Solutions/Main/Framework/Framework/Signing.cs#L1-L4
Sorry, something went wrong.
How do I specify PFX file like in the gist ?
<SignTool SignFiles="@(SignFiles)" PfxFile="cert.pfx" PfxPassword="$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\[email protected])" TimestampServer="$(SignToolTimestampServers)" />
No branches or pull requests
Add SignTool task to the package: https://gist.github.com/gregmac/4cfacea5aaf702365724
The text was updated successfully, but these errors were encountered: