.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.
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
Comments
Post a Comment