Skip to content

Commit 99a3241

Browse files
Fix paket push in build to use local tool
1 parent 82f8014 commit 99a3241

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Target.description "Pushes the NuGet package to the package repository"
8484
Target.create "PaketPush" <| fun _ ->
8585
Paket.push <| fun p ->
8686
{ p with
87+
ToolType = ToolType.CreateLocalTool()
8788
WorkingDir = "./bin"
8889
ApiKey = nugetApiKey }
8990

0 commit comments

Comments
 (0)