Issue
We are using config transforms inside our solution. For example: Debug, Test, Staging, Release However, those configurations are only used on our
Unfortunately, you will have to modify every project that is used in the solution to have the same build path.
However, this is a pretty easy thing to do if your projects all build to the same path regardless of configuration: in the project properties' Build
tab, select All Configurations
from the Configuration
dropdown and then change the Output path
.
This will create entries for all of the configurations in the project file that do not already existing and set the same output path for all configurations.