Visual Studio: changing assembly configuration & # 8594; automatic launch start

I am wondering if anyone understood a way to do this. Here is the script .... I have an assembly configuration called "UnitTest". When I run my unit tests, I need to change the startup project. I often forget to take this second step. My build is large and time consuming. Therefore, when I forget to change the launch project, it spends time. I wonder if there is a way to automatically change the startup project when changing the assembly configuration?

+4
source share
1 answer
0

Source: https://habr.com/ru/post/1535601/


All Articles