We would like to add the building of help to our automated build. This build creates both Debug and Release version in different folders. Is there a way to configure the project with two different build profiles, one for Debug and one for Release, such that each profile gathers assemblies and the xml files from different folders?
Date
Votes
1 comment
-
Permanently deleted user Document! X stores the paths to your assemblies as relative paths, so the simplest solution might be to create your .dxp in the same folder as your assemblies (so the paths to the assemblies are stored without any relative path) and then copy the .dxp to relevant assembly folder just before you build.
Let me know if you hit any problems with that.
Please sign in to leave a comment.