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 01fc381 commit 35588d9Copy full SHA for 35588d9
scripts/main.ps1
@@ -13,7 +13,7 @@ $localTestPath = Resolve-Path -Path 'tests' | Select-Object -ExpandProperty Path
13
switch ($settings) {
14
'Module' {
15
$modulePath = Resolve-Path -Path "outputs/module/$moduleName" | Select-Object -ExpandProperty Path
16
- Install-PSModule -Path $modulePath
+ $codePath = Install-PSModule -Path $modulePath -PassThru
17
}
18
'SourceCode' {
19
$codePath = Resolve-Path -Path 'src' | Select-Object -ExpandProperty Path
0 commit comments