Skip to content

Commit 51ad610

Browse files
committed
remove Paket ToolPaths
1 parent f154549 commit 51ad610

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

WebSharper.Fake.fsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,6 @@ let MakeTargets (args: Args) =
410410
File.WriteAllLines(outName, s)
411411
Paket.pack <| fun p ->
412412
{ p with
413-
ToolPath =
414-
if Environment.isWindows
415-
then @".paket\paket.exe"
416-
else @".paket/paket"
417413
OutputPath = "build"
418414
Version = version.Value.AsString
419415
}
@@ -438,10 +434,6 @@ let MakeTargets (args: Args) =
438434
Trace.tracefn "[NUGET] Publishing to %s" nugetPublishUrl
439435
Paket.push <| fun p ->
440436
{ p with
441-
ToolPath =
442-
if Environment.isWindows
443-
then @".paket\paket.exe"
444-
else @".paket/paket"
445437
PublishUrl = nugetPublishUrl
446438
WorkingDir = "build"
447439
}

0 commit comments

Comments
 (0)