forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Using CI Builds
Jared Hester edited this page Aug 11, 2016
·
4 revisions
To get a CI build from AppVeyor:
- go to our AppVeyor CI Project (or follow an AppVeyor link from a PR)
- select a build
- choose
ci_part1as the build configuration - choose "Artifacts"
1 download
Release.zip.
The Release.zip contains everything created in the Release directory by a build.
On Windows or CoreCLR, you can use fsc.exe and fsi.exe directly from the ZIP.
If using Mono/Linux or Mono/OSX, please get the latest CI builds from the cross-platform packaging repository for Mono editions of F#.
To install the Visual F# IDE Tools from Release.zip, first run sn.exe (Strong Name Tool) from
the developer command prompt
sn -Vr *,*
to turn of strong name checking on your machine, and then run
Release\net40\bin\EnableOpenSource.vsix
to run sn.exe from the standard command prompt you can locate it at
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools\
- Home
- General
- Contributing
- Required Software
- Code Flow to Open Edition
- Using CI Builds
- Contibute
- Status
- F# 4.0 Status
- F# for CoreCLR - Status
- Bugbash
- Coreclr
- Development
- Build Quickstart
- Test Quickstart
- Running and Debugging IDE Code
- Dev Guide - FSharp.Core
- Dev-Guide - Visual F# Tools