Skip to content

Commit

Permalink
Using the latest nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jun 12, 2013
1 parent 4bf598c commit 1ee6658
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 178 deletions.
File renamed without changes.
4 changes: 3 additions & 1 deletion build.fsx
Expand Up @@ -2,6 +2,8 @@

open Fake

RestorePackages()

(* properties *)
let projectName = "FSharp.Reactive"
let version = if isLocalBuild then "2.0." + System.DateTime.UtcNow.ToString("yMMdd") else buildVersion
Expand Down Expand Up @@ -30,7 +32,7 @@ let rxVersion = GetPackageVersion packagesDir "Rx-Main"
let target = getBuildParamOrDefault "target" "All"

(* Tools *)
let nugetPath = "./lib/Nuget/nuget.exe"
let nugetPath = ".Nuget/nuget.exe"
let nunitVersion = GetPackageVersion packagesDir "NUnit.Runners"
let nunitPath = sprintf "%sNUnit.Runners.%s/Tools" packagesDir nunitVersion

Expand Down
177 changes: 0 additions & 177 deletions lib/NuGet/LICENSE.txt

This file was deleted.

0 comments on commit 1ee6658

Please sign in to comment.