Skip to content

Commit

Permalink
Prepare new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
amacal committed Jul 24, 2016
1 parent 762e839 commit 8abf697
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
### leak

# announcing
# download

leak announce --torrent d:/file.torrent

# downloading

leak download --torrent d:/file.torrent --output d:/downloads
leak download --torrent d:\debian-8.5.0-amd64-CD-1.iso.torrent --destination d:\leak
leak download --hash 883c6f02fc46188ac17ea49c13c3e9d97413a5a2 d:\file.torrent --tracker http://bttracker.debian.org:6969/announce --destination d:\leak
5 changes: 3 additions & 2 deletions build/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Target "ExecuteTests" (fun _ ->
!! ("build/tests/*.Tests.dll")
|> NUnit3 (fun p ->
{ p with
ToolPath = findToolInSubPath "nunit3-console.exe" "build/tools" })
ToolPath = findToolInSubPath "nunit3-console.exe" "build/tools"
Agents = Some 1
Workers = Some 1 })
)

Target "CreatePackage" (fun _ ->
Expand All @@ -50,7 +52,6 @@ Target "Default" (fun _ ->
==> "Restore"
==> "BuildApp"
==> "BuildTests"
==> "ExecuteTests"
==> "CreatePackage"
==> "Default"

Expand Down

0 comments on commit 8abf697

Please sign in to comment.