Skip to content

Instantly share code, notes, and snippets.

@mihir0x69
Created July 2, 2018 16:59
Show Gist options
  • Save mihir0x69/a4da11564108460bd422fa9d73eb0b81 to your computer and use it in GitHub Desktop.
Save mihir0x69/a4da11564108460bd422fa9d73eb0b81 to your computer and use it in GitHub Desktop.
Restore packages
Target.create "Restore" (fun _ ->
Shell.Exec (Path.Combine(".paket", "paket.exe"), "restore", "") |> ignore
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment