fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

packet pack looks for nonexistant file #79

Closed banshee closed 8 years ago

banshee commented 8 years ago

Description

Run the build on OSX using:

sh build.sh

Attempt to create the nuget package:

cd nuget
mono ../.paket/paket.exe pack output tmp

Get:

Paket version 2.62.6.0 Paket failed with: The file "../bin/v4.5/FSharp.Control.Reactive.xml" requested in /Users/james/git/FSharp.Control.Reactive/nuget/paket.template does not exist.

Looks like it's a case problem (../bin/v4.5/FSharp.Control.Reactive.xml doesn't exist, but ../bin/v4.5/FSharp.Control.Reactive.XML is there).