fsprojects / FsBlog

Blog aware, static site generation using F#.
http://fsprojects.github.io/FsBlog
132 stars 47 forks source link

Updated FsBlog.nuspec so that Paket will be included in the NuGet package. #34

Open GradientVector opened 9 years ago

GradientVector commented 9 years ago

As it stands right now, running nuget pack FsBlog.nuspec results in a NuGet package which does not include Paket. Running fake from the NuGet package fails because there is no .paket directory with paket.exe or paket.bootstrapper.exe.

Due to a bug (feature?) of nuget pack, copying of files or directories which begin with a dot is troublesome. I added Paket as a dependency so that I could copy it from the packages directory instead.

Also updated the NuGet version number. Perhaps it is time to upload a new package to nuget.org?

cdrnet commented 9 years ago

Would it be possible to include the paket bootstrapper only, instead of paket.exe itself?

GradientVector commented 9 years ago

Included paket.bootstrapper.exe and paket.targets in the tools folder. I am not sure if that is the best place in source, but the generated NuGet package is correct.

tpetricek commented 9 years ago

@MattDrivenDev @cdrnet @nelak Could any of you guys check the updated PR, merge it & release a new package?

cdrnet commented 9 years ago

@tpetricek I can check and pull the PR, but I do not have the credentials to release a new NuGet package.

nelak commented 9 years ago

@cdrnet Do you have a nuget account? I can add you as owner of the package

cdrnet commented 9 years ago

@nelak thanks, that worked

forki commented 8 years ago

can this be closed?