Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raandree committed Oct 20, 2022
1 parent 138e817 commit 1045e57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
necessary because how the commands `Get-BuiltModuleVersion`,
`Get-SamplerBuiltModuleManifest`, `Get-SamplerBuiltModuleBase`, and
`Get-SamplerModuleRootPath` are currently built. The code that was
reverted handles resolving the wildcard (`*`) in the returned paths
from the mentioned commands.
reverted handles resolving the wil
- `Resolve-Dependency.ps1`
- Fixes #394, `AllowPrerelease` is ignored for bootstrap.

## [0.115.0] - 2022-06-09

Expand Down
4 changes: 4 additions & 0 deletions Resolve-Dependency.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ try
{
$installPowerShellGetParameters.Add('Credential', $GalleryCredential)
}
'AllowPrerelease'
{
$installPowerShellGetParameters.Add('AllowPrerelease', $AllowPrerelease)
}
}

Write-Progress -Activity 'Bootstrap:' -PercentComplete 60 -CurrentOperation 'Installing newer version of PowerShellGet'
Expand Down

0 comments on commit 1045e57

Please sign in to comment.