Hi All,
I am developing WCF application using VS 2015. I created different configuration using configuration manager and I created config (using add config transform) transform file also. But when I build or publish the solution/service then it is not copying the right configuration file. I am not sure whether I miss something in configuration side. Please suggest how can I publish/rebuild with correct config transform file.
For ex I have web.Test.config file and I select "Test" configuration for build solution but it always copying web.config instead of web.test.config file.
Thanks
Selvakumar R