Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegZee committed Mar 15, 2016
2 parents d2fc48d + 003a266 commit cc00209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if not (System.IO.File.Exists file) then
use wc = new System.Net.WebClient() in wc.DownloadFile(url, file + "__"); System.IO.File.Move(file + "__", file)
printfn ""

//#r @"packages/Xake.Core.dll"
#r @"bin/Debug/Xake.Core.dll"
#r @"packages/Xake.Core.dll"
//#r @"bin/Debug/Xake.Core.dll"

open Xake

Expand Down

0 comments on commit cc00209

Please sign in to comment.