merge exe +dll using ilmerge ,and unit test
That is what i do in my developing environment vs 2013:
i run a batch file that do :
- merge all exe and dll binary files using ILmerge tool in a separate folder in bin folder
- copy the final exe to the bin folder of the unit test project
note: the unit test project , test the console application with different argument
Can i do these steps in CI Appveyor ?
Please, can you provide me with steps
What the names of absolute/relative file and folder in CI server?
thanks for support.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 11 May, 2016 02:31 AM
You can install ILMerge with nuget during "install" phase of the build:
2 Posted by moh.hassan20 on 11 May, 2016 06:28 PM
I will try and feedback the result
Thanks for support
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:06 AM.