File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ test: off
4
4
artifacts :
5
5
- path : bin\*.nupkg
6
6
environment :
7
- gitHome : https://github.com/ctaggart
7
+ gitRaw : https://raw. github.com/ctaggart
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ let description = """
26
26
interactive service that can be used for embedding F# scripting into your applications."""
27
27
let tags = " F# fsharp interactive compiler editor"
28
28
29
- let gitHome = environVarOrDefault " gitHome " " https://github.com/fsharp"
29
+ let gitHome = " https://github.com/fsharp"
30
30
let gitName = " FSharp.Compiler.Service"
31
+ let gitRaw = environVarOrDefault " gitRaw" " https://raw.github.com/fsharp"
31
32
//let testAssemblies = ["tests/*/bin/Release/Deedle*Tests*.dll"]
32
33
33
34
// --------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments