aliozgur / SeqApps

MIT License
7 stars 5 forks source link

Nuget 0.2.12 missing Handlebars and SeqApps.Common #19

Closed MattMofDoom closed 2 years ago

MattMofDoom commented 2 years ago

Hey @aliozgur ,

The nuget package for 0.2.12 is missing dependencies again.

Size 70kb, should be ~184kb.

Inspecting the package, Handlebars.dll and SeqApps.Common.dll are missing.

Cheers,

Matt

aliozgur commented 2 years ago

Weird, no changes in csproj file. I'm looking into this.

aliozgur commented 2 years ago

If GeneratePackageOnBuild is set to true, VS does not take includes into account while generating the package during the build process. So I changed GeneratePackageOnBuild value to false. The order is build the project then run the pack command.