Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Bundle the compiler and tools in a Nuget #408

Closed
granicz opened this issue Apr 28, 2015 · 4 comments
Closed

Bundle the compiler and tools in a Nuget #408

granicz opened this issue Apr 28, 2015 · 4 comments

Comments

@granicz
Copy link

granicz commented Apr 28, 2015

As it recently came up, it would be often useful in various automation scenarios (Azure deployments, etc.) to fetch and use the compiler tools (fsc.exe and fsi.exe) without requiring a previous F# installation on the executing machine.

@dsyme
Copy link
Contributor

dsyme commented Apr 28, 2015

I think it's mostly a matter of someone submitting a PR with a nuget package spec like these ones for the FSharp.Core package, and then the package getting pushed. I don't know of any real technical reason why the contents of this repo shouldn't be available in this way, given that they are already part of Linux packages, Xamarin etc.

@forki
Copy link
Member

forki commented Apr 28, 2015

I look at this, but the FSharp.Core packages only redistribute the already signed and commited dlls.

@dsyme
Copy link
Contributor

dsyme commented Apr 28, 2015

They also do MonoAndroid, MonoTouch, Xamarin iOS https://github.com/fsharp/fsharp/blob/master/FSharp.Core.Nuget/FSharp.Core.3.1.nuspec#L64

forki added a commit to forki/fsharp that referenced this issue Apr 28, 2015
@forki
Copy link
Member

forki commented Apr 28, 2015

see #409

@forki forki closed this as completed in 912ac39 Apr 29, 2015
fsgit added a commit that referenced this issue Apr 29, 2015
Create a FSharp.Tools NuGet package - closes #408
7sharp9 pushed a commit to 7sharp9/fsharp that referenced this issue Jul 31, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants