-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add signing manifest and script to update it with production values #5397
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
Conversation
daxian-dbw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Some comments left.
tools/releaseBuild/signing.xml
Outdated
| @@ -0,0 +1,49 @@ | |||
| <?xml version="1.0" encoding="utf-8" ?> | |||
| <SignConfigXML> | |||
| <!-- ****Begin**** Should be BothDual - Dual (Sha256 and Sha1) AuthenticodeDual) and StrongName ******** --> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"StorngName" is gone
|
|
||
|
|
||
| <!-- | ||
| <file src="__INPATHROOT__\Install-PowerShellRemoting.ps1" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Install-PowerShellRemoting.ps1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This script is not in the parent folder of publish. File an issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another ps1 file is coming for etw provider.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#5398 filed
| <!-- | ||
| <file src="__INPATHROOT__\Install-PowerShellRemoting.ps1" signType="AuthenticodeDual" dest="__OUTPATHROOT__\Install-PowerShellRemoting.ps1" /> | ||
| --> | ||
| <!-- ****Begin**** Authenticode - Authenticode SHA256 ************* --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a comment why those files cannot be dual signed (they are scripts)
| $signingXml = [xml](Get-Content $signingXmlPath) | ||
|
|
||
| # Get any variables to updating 'signType' in the XML | ||
| # Define a varabile named `<signTypeInXml>SignType' in VSTS to updating that signing type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a concrete example.
No description provided.