wip
This commit is contained in:
parent
4ff1de546c
commit
bf5490205d
@ -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
|
||||
|
@ -11,22 +11,28 @@
|
||||
<ListEntry>
|
||||
<ListItems>
|
||||
<ListItem>
|
||||
<PropertyName>Country</PropertyName>
|
||||
<Label>Country</Label>
|
||||
<ScriptBlock>$_.Subject.Country</ScriptBlock>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<PropertyName>State</PropertyName>
|
||||
<Label>State</Label>
|
||||
<ScriptBlock>$_.Subject.State</ScriptBlock>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<PropertyName>City</PropertyName>
|
||||
<Label>City</Label>
|
||||
<ScriptBlock>$_.Subject.City</ScriptBlock>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<PropertyName>Organization</PropertyName>
|
||||
<Label>Organization</Label>
|
||||
<ScriptBlock>$_.Subject.Organization</ScriptBlock>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<PropertyName>OrganizationalUnitName</PropertyName>
|
||||
<Label>OrganizationalUnitName</Label>
|
||||
<ScriptBlock>$_.Subject.OrganizationalUnitName</ScriptBlock>
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<PropertyName>CommonName</PropertyName>
|
||||
<Label>CommonName</Label>
|
||||
<ScriptBlock>$_.Subject.CommonName</ScriptBlock>
|
||||
</ListItem>
|
||||
</ListItems>
|
||||
</ListEntry>
|
||||
|
Loading…
Reference in New Issue
Block a user