-
Notifications
You must be signed in to change notification settings - Fork 123
Use Paket to create Nuget packages #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I get the following error when trying to run the new task on OSX
|
Yes. One of the unittest data files is conflicting ;-) I'm trying to work around that
|
… fsproj files as test data
|
and is it really not there? |
ah.. it's FSharp.Compiler.Service.XML. Capital XML :) |
thx. will fix. |
ah nuget target is disabled for travis. will enable first to see it fail. I mean we want to make it x-plat... |
@nosami now it's complaining about the pdb. do you see the error? |
let me guess the mono build doesn't create pdbs |
Got it! .mdb files are the equivalent |
bde41f1 should just add |
Needs to be FSharp.Compiler.Service.dll.mdb |
2ded086
to
2714094
Compare
I think it's ready to merge |
Works for me
|
did you take a look into the nupkg? 2015-11-11 13:20 GMT+01:00 Jason Imison notifications@github.com:
|
|
yeah and the nuspec looked also good |
|
Use Paket to create Nuget packages
Awesome work guys |
Note we started getting unit test failures after this, see https://travis-ci.org/fsharp/FSharp.Compiler.Service/builds. This is caused by CI changing from Mono 4.0.5 to Mono .4.2.1. Urgh.
|
@forki forget that - the failures are caused by changing from Mono 4.0.5 to Mono 4.2.1 |
Unfortunately we have lots of issues with latest mono. FAKE's own build is
|
ok, thanks |
implements #461