File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ let tempDir = artifactsDir @@ "tmp"
41
41
42
42
let slnFile =
43
43
match isMono with
44
- | true -> srcDir @@ " CSharpDriver-Mono.sln"
45
- | false -> srcDir @@ " CSharpDriver.sln"
44
+ | true -> baseDir @@ " CSharpDriver-Mono.sln"
45
+ | false -> baseDir @@ " CSharpDriver.sln"
46
46
47
47
let asmFile = srcDir @@ " MongoDB.Shared" @@ " GlobalAssemblyInfo.cs"
48
48
let apiDocsFile = baseDir @@ " Docs" @@ " Api" @@ " CSharpDriverDocs.shfbproj"
@@ -105,7 +105,7 @@ Target "AssemblyInfo" (fun _ ->
105
105
106
106
Target " Build" ( fun _ ->
107
107
!! " ./**/packages.config"
108
- |> Seq.iter ( RestorePackage ( fun x -> { x with OutputPath = srcDir @@ " packages" }))
108
+ |> Seq.iter ( RestorePackage ( fun x -> { x with OutputPath = baseDir @@ " packages" }))
109
109
110
110
111
111
let mutable properties = [ " Configuration" , config
You can’t perform that action at this time.
0 commit comments