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