Fsharpplus: CI should produce nupkgs as artifacts

Created on 1 Aug 2019  路  7Comments  路  Source: fsprojects/FSharpPlus

Right now, it is rather tricky to depend on HEAD using paket, as you need to invoke build.sh. I propose that the CI should produce a .nupkg.

As an aside, it appears that the NuGet fake target is borked.

Most helpful comment

All 7 comments

Digging a bit deeper, it appears that the root cause of the pack breakage is https://github.com/fsprojects/Paket/issues/3540, so we may have to upgrade paket

Or drop it and use plain nuget instead.

Oddly enough, paket pack works just fine for me, it's msbuild that is screwing up

Should be easier now to update paket. Specified versions of paket are found here:
https://github.com/fsprojects/FSharpPlus/blob/master/build.cmd#L2
https://github.com/fsprojects/FSharpPlus/blob/master/build.sh#L29-L31

After smashing my head against this for a few hours, I'm starting to think it would just be better to put out a new release. Thoughts?

Yes, let's do that !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

btrepp picture btrepp  路  3Comments

DunetsNM picture DunetsNM  路  9Comments

robkuz picture robkuz  路  5Comments

cannorin picture cannorin  路  3Comments

pangwa picture pangwa  路  11Comments