Skip to content

Add macos signing template - #21

Merged
Travis Plunk (TravisEz13) merged 4 commits into
masterfrom
macos
Dec 3, 2020
Merged

Add macos signing template#21
Travis Plunk (TravisEz13) merged 4 commits into
masterfrom
macos

Conversation

@TravisEz13

Copy link
Copy Markdown
Member

No description provided.

Comment threadtemplate-compliance/macOS-sign.yml Outdated
Co-authored-by: James Truher [MSFT] <jimtru@microsoft.com>
Write-Verbose "SigningServer - $SigningServer" -Verbose

$esrp = @(@{
[hashtable[]] $esrp = @(@{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

strictly speaking, the @( is no longer needed unless there are multiple hashtables, and then a comma between hashtables should suffice.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

It was never needed but testing this takes a LONG time. I'll file an issue.

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

Filed an Issue:
#21 (review)

Sign up for freeto 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

@TravisEz13@JamesWTruher