Automating Visual Studio instance from separate process

前端 未结 2 1553
抹茶落季
抹茶落季 2020-12-18 10:59

Is there a way to write an application that can connect to a running instance of Visual Studio and issue commands to it? For example, could I write a WPF app with a button t

2条回答
  •  北海茫月
    2020-12-18 11:31

    If you are just trying to automate builds/packaging of your apps, you should look into MSBuild -- it is Microsoft's build engine that lets you script automation of most of the functions of Visual Studio.

提交回复
热议问题