Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

ILRepack task not respecting folder name in OutputAssembly #32

@romni

Description

@romni

Description

ILRepack.MSBuild.Task v2.0.13 (latest from nuget) ignores any subpath specified in OutputAssembly:

        <ILRepack
                Parallel="true"
                InputAssemblies="@(InputAssemblies)"
                OutputType="$(OutputType)"
                OutputAssembly="packed/$(AssemblyName).dll"
                MainAssembly="$(AssemblyName).dll"
                WorkingDirectory="$(OutputPath)"/>

using the above config i would expect the packed assembly to show up in $(OutputPath)/packed/, instead the main assembly is overwritten

Repo to reproduce

https://github.com/romnous/ILRepack.MSBuild.Task.OutputDirectoryBug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions