Skip to content

.Net Core merge nupkg broken #557

Closed
Closed
@haf

Description

@haf
    ├── lib
    │   ├── net40
    │   │   ├── Suave.2.0.0-dotnetcli.nupkg
    │   │   ├── Suave.2.0.0-dotnetcli.symbols.nupkg
    │   │   ├── Suave.dll
    │   │   ├── Suave.dll.config
    │   │   ├── Suave.dll.mdb
    │   │   └── Suave.xml
    │   └── netstandard1.6
    │       └── Suave.dll
    └── package
        └── services
            └── metadata
                └── core-properties
                    └── coreProp.psmdcp

@enricosada May I ask you to have a look at it? The line in question is system dotnet_exe_path, %W|mergenupkg --source "#{sourcenupkg}" --other "#{clinupkg}" --framework netstandard1.6 but that command doesn't actually tell me what folder it's placing the nupkg in.

This affects release v2.0 (and presumable all the RCs as well).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions