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 4ca6221 commit dcbe3ecCopy full SHA for dcbe3ec
scripts/main.ps1
@@ -14,7 +14,7 @@ switch ($settings) {
14
$codePath = Resolve-Path -Path "outputs/module/$moduleName" | Select-Object -ExpandProperty Path
15
$localRepo = @{
16
Name = 'Local'
17
- Uri = New-Item -Path $PSScriptRoot -Name '.localpsmodulerepo' -ItemType Directory -PassThru
+ Uri = New-Item -Path $PSScriptRoot -Name '.localpsmodulerepo' -ItemType Directory
18
Trusted = $true
19
Priority = 1
20
}
0 commit comments