Open GradientVector opened 9 years ago
Would it be possible to include the paket bootstrapper only, instead of paket.exe itself?
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.
@MattDrivenDev @cdrnet @nelak Could any of you guys check the updated PR, merge it & release a new package?
@tpetricek I can check and pull the PR, but I do not have the credentials to release a new NuGet package.
@cdrnet Do you have a nuget account? I can add you as owner of the package
@nelak thanks, that worked
can this be closed?
As it stands right now, running
nuget pack FsBlog.nuspec
results in a NuGet package which does not include Paket. Runningfake
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?