debug build error
This commit is contained in:
parent
6789441758
commit
4ea71a2bba
@ -97,14 +97,14 @@ function Import-CSCertificate {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
$_.Exception.Message | Write-Error
|
$_.Exception.Message | Write-Error -ErrorAction Stop
|
||||||
$ErrorParams = @{
|
#$ErrorParams = @{
|
||||||
ErrorAction = 'Stop'
|
# ErrorAction = 'Stop'
|
||||||
Exception = [System.Exception]::new(
|
# Exception = [System.Exception]::new(
|
||||||
'Could not read or add the pfx certificate!'
|
# 'Could not read or add the pfx certificate!'
|
||||||
)
|
# )
|
||||||
}
|
#}
|
||||||
Write-Error @ErrorParams
|
#Write-Error @ErrorParams
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end {
|
end {
|
||||||
|
Loading…
Reference in New Issue
Block a user