Skip to content

Commit

Permalink
Update build.fsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Feb 1, 2018
1 parent 4f63d15 commit 89ada27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ Target "GenerateZipToSign" (fun _ ->
"grpc_csharp_ext.x86.dll"
"e_sqlite3_winx64.dll"
"e_sqlite3_winx86.dll"
"grpc_node_winx86_node48.node"
"grpc_node_winx86_node57.node"
"grpc_node_winx64_node57.node"
"grpc_node_winx86_node48.dll"
"grpc_node_winx86_node57.dll"
"grpc_node_winx64_node57.dll"
]

MoveFileTo (buildDir @@ "runtimes/win/native/grpc_csharp_ext.x64.dll", buildDir @@ "grpc_csharp_ext.x64.dll")
Expand Down

0 comments on commit 89ada27

Please sign in to comment.