We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2fc48d + 003a266 commit cc00209Copy full SHA for cc00209
build.fsx
@@ -9,8 +9,8 @@ if not (System.IO.File.Exists file) then
9
use wc = new System.Net.WebClient() in wc.DownloadFile(url, file + "__"); System.IO.File.Move(file + "__", file)
10
printfn ""
11
12
-//#r @"packages/Xake.Core.dll"
13
-#r @"bin/Debug/Xake.Core.dll"
+#r @"packages/Xake.Core.dll"
+//#r @"bin/Debug/Xake.Core.dll"
14
15
open Xake
16
0 commit comments