Can I make -ResolveDependency use another repository besides PSGallery?
Open
documentation
question
- Dominant language
- PowerShell
- Stars
- 243
- Forks
- 46
- Avg merge
- 1h 41m
- Merged PRs (30d)
- 1
Description
When using `.\build.ps1 --ResolveDependency`, it connects to `PSGallery` to check for the latest required modules.
This, however, doesn't work in an offline environment. So I need to manually add the needed modules to each build system I and any of my colleges are using.
Is there a way that `.\build.ps1 --ResolveDependency` can use an alternative to `PSGallery` when in an off-line network?
Contributor guide
Assessment
This issue has not been assessed yet.