Does Msbuild recognise any build configurations other than DEBUG|RELEASE

后端 未结 4 708
臣服心动
臣服心动 2021-01-03 20:49

I created a configuration named Test via Visual Studio which currently just takes all of DEBUG settings, however I employ compiler conditions to determine some specific acti

4条回答
  •  不知归路
    2021-01-03 21:29

    Sure, you can have as many custom build configurations as you want to define. See this related question for how the setup might look.

    How to conditionally deploy an app.config based on build configuration?

提交回复
热议问题