RicoSuter/NuGetReferenceSwitcher

[Feature Request] Cake plugin for switching references

JonathanHiggs opened this issue · 0 comments

Could these functions be wrapped into a cake package?

We have some projects shared across various apps. Working on the projects it is much easier to dev with local references, but for the CD pipeline to not deploy every single app on a commit it would be nicer to be able to switch the references automatically during the build. I've done a lot of searching but can't find anything that comes close. Cake.NuGet can install a new reference, but there doesn't seem to be anything that will remove an existing ref from a project