.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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -