We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eefdf commit c52b051Copy full SHA for c52b051
build/scripts/Paths.fsx
@@ -132,7 +132,7 @@ module Tooling =
132
let targetLocation = "build/tools/nuget/nuget.exe"
133
if (not (File.Exists targetLocation))
134
then
135
- trace "Nuget not found %s. Downloading now"
+ trace (sprintf "Nuget not found at %s. Downloading now" targetLocation)
136
let url = "http://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
137
Directory.CreateDirectory("build/tools/nuget") |> ignore
138
use webClient = new WebClient()
0 commit comments