Publish preview version #42

Merged
OCram85 merged 25 commits from dev into master 2019-04-04 17:02:18 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit dd17ac4fed - Show all commits

View File

@ -122,6 +122,9 @@ function New-CredentialStoreItem {
$_.Thumbprint -eq $CSContent.Thumbprint
} | Select-Object -First 1
if ($null -eq $Cert) {
if ($isLinux) {
throw "There is no windows certificate store on linux systems!"
}
$ErrorParams = @{
ErrorAction = 'Stop'
Exception = [System.Exception]::new(