enable signing

This commit is contained in:
Dimitrij
2023-07-15 22:44:26 +01:00
parent 5aae586812
commit 9bc5b62828

View File

@@ -37,13 +37,13 @@ try {
if($IsAppVeyor) { if($IsAppVeyor) {
$CertificatePath = Join-Path -Path $SolutionDir -ChildPath $CertificatePath $CertificatePath = Join-Path -Path $SolutionDir -ChildPath $CertificatePath
# Write-Output "Decrypt Cert" Write-Output "Decrypt Cert"
# & appveyor-tools\secure-file -decrypt "$($Env:cert_path).enc" -secret "$Env:cert_decrypt_pwd" & appveyor-tools\secure-file -decrypt "$($Env:cert_path).enc" -secret "$Env:cert_decrypt_pwd"
# if(-Not (Test-Path $Env:cert_path)) { if(-Not (Test-Path $Env:cert_path)) {
# Write-Output "decrypt cert does not exist..." Write-Output "decrypt cert does not exist..."
# Throw "Could not decrypt cert" Throw "Could not decrypt cert"
# } }
# Write-Output "Restoring NuGets" Write-Output "Restoring NuGets"
} }
# make sure the cert is actually available # make sure the cert is actually available