Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net Core merge nupkg broken #557

Closed
haf opened this issue Jan 5, 2017 · 2 comments
Closed

.Net Core merge nupkg broken #557

haf opened this issue Jan 5, 2017 · 2 comments

Comments

@haf
Copy link
Contributor

haf commented Jan 5, 2017

    ├── 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).

@ademar
Copy link
Member

ademar commented Jan 17, 2017

I have published new nugets that do not have this problem. Basically I had forgotten to clean my build before packaging.

@ademar ademar closed this as completed Jan 17, 2017
@haf
Copy link
Contributor Author

haf commented Jan 18, 2017

I had this issue on a clean build though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants