Skip to content

Commit c6cf620

Browse files
committed
Use paket for push and pack
1 parent 946b1fb commit c6cf620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Target "NuGet" (fun _ ->
167167
Target "PublishNuget" (fun _ ->
168168
Paket.Push(fun p ->
169169
{ p with
170-
WorkingDir = "bin"})
170+
WorkingDir = "./temp" })
171171
)
172172

173173
// --------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)