Skip to content

Commit 585a3a7

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add verbose output
1 parent 1b74ddc commit 585a3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ if ($Test) {
368368
$FullyQualifiedName = @{ModuleName="PSDesiredStateConfiguration";ModuleVersion="2.0.7"}
369369
if (-not(Get-Module -ListAvailable -FullyQualifiedName $FullyQualifiedName))
370370
{
371-
Install-PSResource -Name PSDesiredStateConfiguration -Version 2.0.7 -Repository $repository
371+
Install-PSResource -Name PSDesiredStateConfiguration -Version 2.0.7 -Repository $repository -Verbose
372372
}
373373
}
374374

0 commit comments

Comments
 (0)