We have a project that can use two different versions of the certain DLL. We need this deployed in two different environments. Which version of the DLL is being used should depend on the environment.
One suggested solution is to copy the entire code-base and to create octopus deployment configurations based on those two code-bases.
I am strongly against this, but still don't have the solution to the problem.
I think that binary redirection won't work because I cannot specify the dll path in the config, and of course, I can't have those two files in the same directory.
Any ideas ?