File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -362,13 +362,13 @@ if ($Test) {
362
362
$FullyQualifiedName = @ {ModuleName = " PSDesiredStateConfiguration" ;ModuleVersion = " 2.0.7" }
363
363
if (-not (Get-Module - ListAvailable - FullyQualifiedName $FullyQualifiedName ))
364
364
{ " Installing module PSDesiredStateConfiguration 2.0.7"
365
- Install-PSResource - Name PSDesiredStateConfiguration - Version 2.0 .7 - Repository CFS
365
+ Install-PSResource - Name PSDesiredStateConfiguration - Version 2.0 .7 - Repository CFS - Verbose
366
366
}
367
367
}
368
368
369
369
if (-not (Get-Module - ListAvailable - Name Pester))
370
370
{ " Installing module Pester"
371
- Install-PSResource Pester - WarningAction Ignore - Repository CFS
371
+ Install-PSResource Pester - WarningAction Ignore - Repository CFS - Verbose
372
372
}
373
373
374
374
foreach ($project in $projects ) {
You can’t perform that action at this time.
0 commit comments