Nuget Package Icon & Symbols#3020
Conversation
|
Yes, could you remove cli and gui in nuget package? |
| - name : Pack (Neo) | ||
| run: | | ||
| dotnet pack ./src/Neo \ | ||
| --configuration Debug \ |
There was a problem hiding this comment.
what does that do? Symbols? if so they get automatically generated on published.
There was a problem hiding this comment.
--include-symbols - it creates the symbols package.
--include-source - it creates the symbols package with a src folder inside containing the source files.
There was a problem hiding this comment.
Oh ya we can do that.
There was a problem hiding this comment.
This won't work see NuGet/Home#8589, spec doesnt allow it anymore, cause of the new format.
|
@cschuchardt88 error : 'CI01440' is not a valid version string. (Parameter 'value') |
|
ok let me look |
|
its doing same as before |
|
Oh you know what it is, the |
* master: (30 commits) Set project as nullable (neo-project#3042) Fix: fix equal (neo-project#3028) Added README to packages (neo-project#3026) Nuget MyGet Fix (neo-project#3031) Add: print out the stack (neo-project#3033) fixed myget (neo-project#3029) Fixed MyGet Workflow (neo-project#3027) Package icons - hotfix (neo-project#3022) Nuget Package Icon & Symbols (neo-project#3020) Fix warning (neo-project#3021) Neo-node Migration (neo-project#2990) Remove unnecessary default seedlist (neo-project#2980) Fix Neo VM target frameworks (neo-project#2989) Update Neo.VM location in README.md (neo-project#2988) Migrating Neo VM (neo-project#2970) 3.6.2 (neo-project#2962) fix ut (neo-project#2959) Validate serialization during Contract deploy and Update (neo-project#2948) code optimization (neo-project#2958) check null scriptcontainer (neo-project#2953) ...

Change Log
snupkgsymbols to nuget packageNOTE:
nugetandmygetrequiresnupkgsymbol format now.Icon
Also you want to change your workflow. Because you are packaging up
neo-cli,neo-guiand others that don't need packaging formygetandnuget; you publish the files as well.