Yak spec doesn't read description

For some reason yak spec command doesn’t get my description from a GHA file.
It reads everything from GH_AssemblyInfo class but the Description property. I tried overriding both “Description” and “AssemblyDescription” with no luck.
Is there something I’m missing?

Hi @archimax,

Add your description to the package manifest.

– Dale

Hi Dale.

I know it can be done manually but I thought it would be so cool to add a manifest, build and push package as a post-build action right in visual studio.

Max