c++ - Different drop directory by Platform for TFS Builds -


we have c++ solution few of our projects require 64 bit build in addition our normal 32 bit build.

we encounter problem our tfs builds since wants drop single folder.

we have work around change output path in project properties -> linker -> general -> output file $(outdir)x64/$(targetname)$(targetext) in our 64 bit configuration (change bolded). when build warning our project has build different folder expected. we'd rid of warning , use less hacky approach.

building multiple platforms seems common occurrence, there normal way people around issue?

thanks

usually set asconfigured option , add script move binaries final location in drop folder.

details , sample scripts in this post.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -