Open
Description
Description
Hello,
Would it be possible to have repository urls stored separately, like nuget does with nuget.config?
The reasons to wish that are
- Persistence. If an internal repo's url changed for reasons outside of a user's control, all past commits would fail to build
- Speed. Distributed teams might want to have local mirrors of feeds, especially for high volume of change scenarios like CI
Known workarounds
For server builds, one could run a script to replace the source line in a .depencencies file with the current address of the feed. But for local developer builds that would be too much trouble with version control