Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Best way to collect compiled dlls (https://www.kinook.com/Forum/showthread.php?t=2371)

jkuo 03-13-2007 06:24 PM

Best way to collect compiled dlls
 
We have a .net solution that has 60+ projects, it builds a setup project (.msi) in the end. The installer is then staged on a server for testing. It's a pretty simple build.

Now I need to also deliver all the compiled dlls separate from the installer. Any suggestions on how dlls can be collected from each project's output directory?

I thought about parsing .sln to get project names and paths but it's hard to come up with a pattern in this file (there are web projects). We also have different build configurations, some in debug, some in release so sweeping the directories for .dlls didn't work too well either.

We use VBP 5.7.


Thanks.

kinook 03-14-2007 07:19 AM

Some options:
1) Configure your projects to compile all DLLs to a common directory.
2) Use the Copy Files action to copy the specified DLLs using advanced matching (v6 feature): http://www.visualbuild.com/Manual/filematching.htm
3) Parse the deployment project or project files for DLLs to copy.


All times are GMT -5. The time now is 04:42 PM.


Copyright © 1999-2023 Kinook Software, Inc.