Skip to content

Commit

Permalink
Add module signing
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed May 30, 2023
1 parent 6b562f3 commit a9d0ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Build/Manage-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ $Configuration = @{
Path = 'Docs'
PathReadme = 'Docs\Readme.md'
}
Signing = @{
CertificateThumbprint = '36A8A2D0E227D81A2D3B60DCE0CFCF23BEFC343B'
}
}
Steps = @{
BuildModule = @{ # requires Enable to be on to process all of that
Expand Down

0 comments on commit a9d0ce8

Please sign in to comment.