Skip to content

Commit 8eb3183

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
add tracing of the repo
1 parent 585a3a7 commit 8eb3183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ if ($Test) {
368368
$FullyQualifiedName = @{ModuleName="PSDesiredStateConfiguration";ModuleVersion="2.0.7"}
369369
if (-not(Get-Module -ListAvailable -FullyQualifiedName $FullyQualifiedName))
370370
{
371+
write-verbose -verbose "Using '$repository' repository"
371372
Install-PSResource -Name PSDesiredStateConfiguration -Version 2.0.7 -Repository $repository -Verbose
372373
}
373374
}

0 commit comments

Comments
 (0)