Skip to content

Commit bdfed20

Browse files
committed
#2 gitRaw
1 parent 5176bf4 commit bdfed20

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ test: off
44
artifacts:
55
- path: bin\*.nupkg
66
environment:
7-
gitHome: https://github.com/ctaggart
7+
gitRaw: https://raw.github.com/ctaggart

build.fsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ let description = """
2626
interactive service that can be used for embedding F# scripting into your applications."""
2727
let tags = "F# fsharp interactive compiler editor"
2828

29-
let gitHome = environVarOrDefault "gitHome" "https://github.com/fsharp"
29+
let gitHome = "https://github.com/fsharp"
3030
let gitName = "FSharp.Compiler.Service"
31+
let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/fsharp"
3132
//let testAssemblies = ["tests/*/bin/Release/Deedle*Tests*.dll"]
3233

3334
// --------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)