How to detect which Assemblies have been Merged
JohnRedGater
Posts: 17
I am trying to integrate SmartAssembly into my build process. Here's what my build process looks like right now:
1. Build all projects and copy their assemblies to a build folder
2. Use Smart Assembly to merge the assemblies in the build folder into a single assembly. Some of the assemblies can't be merged.
3. Copy only merged assemblies and the ones that couldn't be merged into the Installer folder.
4. Build installer from files in the Installer Folder.
This works fine, but I wish I could have a bit more automation. Is there a way to tell MSBuild to automatically detect the assemblies specified in step 3? Alternatively, can SmartAssembly automatically delete assemblies that have been merged to prevent them from being copied?
1. Build all projects and copy their assemblies to a build folder
2. Use Smart Assembly to merge the assemblies in the build folder into a single assembly. Some of the assemblies can't be merged.
3. Copy only merged assemblies and the ones that couldn't be merged into the Installer folder.
4. Build installer from files in the Installer Folder.
This works fine, but I wish I could have a bit more automation. Is there a way to tell MSBuild to automatically detect the assemblies specified in step 3? Alternatively, can SmartAssembly automatically delete assemblies that have been merged to prevent them from being copied?
Comments
That would ensure that only the merged assembly and any assemblies that could not be merged are the only ones in the folder.
http://www.leporelo.eu/blog.aspx?id=how ... powershell