.net - How to build the project with different configuration setting on TeamCity -


i have been compiling project solution have different configuration settings building project. this.

enter image description here

now have specific settings on project uses "debug envers" , want build project on command line msbuild. when uses default debug settings , project need envers built through debug configuration.

can specify build project based on envers ?

the command line :

msbuild yoursolution.sln /p:configuration=debug(or preferred conf) 

why build command line when teamcity has visual studio solution type designed , can specify configuration type build

enter image description here


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -