Skip to content

Commit c52b051

Browse files
committed
Add nuget location
1 parent f8eefdf commit c52b051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Paths.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ module Tooling =
132132
let targetLocation = "build/tools/nuget/nuget.exe"
133133
if (not (File.Exists targetLocation))
134134
then
135-
trace "Nuget not found %s. Downloading now"
135+
trace (sprintf "Nuget not found at %s. Downloading now" targetLocation)
136136
let url = "http://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
137137
Directory.CreateDirectory("build/tools/nuget") |> ignore
138138
use webClient = new WebClient()

0 commit comments

Comments
 (0)