Cake.Build doesn't generate description for nuget and non-sdk projecs #4293
Replies: 1 comment 2 replies
-
The short answer is that I created #4295 to track that issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
have quite simple nuget package creating logic with cake.build:
It generates nuget package and set expected version, but the description value is ignored. This is what I still see in ClassLibrary1.2.0.0.nupkg:
Target framework:
Description value is not appeared in the package metadata even if I manually add Description property to the .csproj file like:
This question is continuation of the discussion from here . It looks like Description even in theory can't be filled in this case? If so, why Description field does exist?
Beta Was this translation helpful? Give feedback.
All reactions