Skip to content

Commit f7ba1cf

Browse files
authored
Change esrp parameters value to empty hashtable (#48)
1 parent 84c410b commit f7ba1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template-compliance/strongname-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
$esrp = @(@{
2828
keyCode = $CertificateId
2929
operationCode = "StrongNameSign"
30-
parameters = {}
30+
parameters = @{}
3131
toolName = "sign"
3232
toolVersion = "1.0"
3333
})

0 commit comments

Comments
 (0)