We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b74ddc commit 585a3a7Copy full SHA for 585a3a7
build.ps1
@@ -368,7 +368,7 @@ if ($Test) {
368
$FullyQualifiedName = @{ModuleName="PSDesiredStateConfiguration";ModuleVersion="2.0.7"}
369
if (-not(Get-Module -ListAvailable -FullyQualifiedName $FullyQualifiedName))
370
{
371
- Install-PSResource -Name PSDesiredStateConfiguration -Version 2.0.7 -Repository $repository
+ Install-PSResource -Name PSDesiredStateConfiguration -Version 2.0.7 -Repository $repository -Verbose
372
}
373
374
0 commit comments