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 585a3a7 commit 8eb3183Copy full SHA for 8eb3183
build.ps1
@@ -368,6 +368,7 @@ if ($Test) {
368
$FullyQualifiedName = @{ModuleName="PSDesiredStateConfiguration";ModuleVersion="2.0.7"}
369
if (-not(Get-Module -ListAvailable -FullyQualifiedName $FullyQualifiedName))
370
{
371
+ write-verbose -verbose "Using '$repository' repository"
372
Install-PSResource -Name PSDesiredStateConfiguration -Version 2.0.7 -Repository $repository -Verbose
373
}
374
0 commit comments