release certificate resources after we've used them

This commit is contained in:
David Sparer
2017-03-21 11:16:05 -06:00
parent 2cf38d6b7c
commit 75c60a1cc4

View File

@@ -60,4 +60,9 @@ foreach ($file in $signableFiles) {
}
# Release certificate
if ($cert -ne $null) {
$cert.Dispose()
}
Write-Output ""