merge exe +dll using ilmerge ,and unit test

moh.hassan20's Avatar

moh.hassan20

10 May, 2016 08:31 PM

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.

  1. Support Staff 1 Posted by Feodor Fitsner on 11 May, 2016 02:31 AM

    Feodor Fitsner's Avatar

    You can install ILMerge with nuget during "install" phase of the build:

    nuget install ILMerge -ExcludeVersion
    ILMerge\tools\ilmerge.exe
    
  2. 2 Posted by moh.hassan20 on 11 May, 2016 06:28 PM

    moh.hassan20's Avatar

    I will try and feedback the result
    Thanks for support

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:06 AM.

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