Closed johlju closed 10 months ago
This need to be documented in the README.md. But gonna wait a while to see what more changes happen around resolving dependencies.
Todo:
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
dc2c207
) 81% compared to head (a4fe355
) 81%.
I'm merging this. Tested generating and building a SimpleModule with this change. Let me know if there are any issues and I will fix them as soon as possible.
/az run
Pull Request
Pull Request (PR) description
Fixed
ModuleFastBleedingEdge
to$true
in the configuration file Resolve-Dependencies.psd1. WhenModuleFastBleedingEdge
is enabled it is also possible to specify NuGet version ranges in RequiredModules.psd1, although then the file is not compatible with PSResourceGet or PSDepend (so no fallback can happen).Closes #450 Fixes #445
Task list
build.ps1 -ResolveDependency
).This change is