From bf5490205dd6b352d71747f6b62466bcbabd5ec1 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 1 Jul 2022 11:18:07 +0200 Subject: [PATCH] wip --- .drone.yml | 2 +- ...redentialStore.Certificate.Attribute.ps1xml | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6d8c3cf..1a9e24e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: pwsh -NonInteractive -c "& { Import-Module './tools/DroneIO.psm1'; Invoke-InstallDependencies; - Invoke-UnitTest -Verbosity 'Normal' -ErrorAction 'Stop' + Invoke-UnitTest -Verbosity 'Normal' -ExcludeTag @( 'Integration', 'Disabled') -ErrorAction 'Stop' }" - name: Coverage diff --git a/src/Formats/PSCredentialStore.Certificate.Attribute.ps1xml b/src/Formats/PSCredentialStore.Certificate.Attribute.ps1xml index d75dee6..a9ef0fe 100644 --- a/src/Formats/PSCredentialStore.Certificate.Attribute.ps1xml +++ b/src/Formats/PSCredentialStore.Certificate.Attribute.ps1xml @@ -11,22 +11,28 @@ - Country + + $_.Subject.Country - State + + $_.Subject.State - City + + $_.Subject.City - Organization + + $_.Subject.Organization - OrganizationalUnitName + + $_.Subject.OrganizationalUnitName - CommonName + + $_.Subject.CommonName