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 dcbe3ec commit a97f93dCopy full SHA for a97f93d
scripts/main.ps1
@@ -16,11 +16,11 @@ switch ($settings) {
16
Name = 'Local'
17
Uri = New-Item -Path $PSScriptRoot -Name '.localpsmodulerepo' -ItemType Directory
18
Trusted = $true
19
- Priority = 1
+ Priority = 100
20
}
21
Register-PSResourceRepository @localRepo
22
Publish-PSResource -Path $codePath -Repository Local
23
- Install-PSResource -Name $moduleName
+ Install-PSResource -Name $moduleName -Repository Local
24
25
'SourceCode' {
26
$codePath = Resolve-Path -Path 'src' | Select-Object -ExpandProperty Path
0 commit comments