Skip to content

Commit

Permalink
Merge Chessie into PowerShell package - fixes #1499
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Mar 7, 2016
1 parent 3783602 commit a5ed5c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 2.51.6 - 07.03.2016
* BUGFIX: Merge Chessie into PowerShell package - https://github.com/fsprojects/Paket/issues/1499

#### 2.51.5 - 07.03.2016
* BUGFIX: Make v3 API more robust

Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Target "RunTests" (fun _ ->

Target "QuickTest" (fun _ ->

!! "src\Paket.Core\Paket.Core.fsproj"
!! "src\Paket.Core\Paket.Core.fsproj"
|> MSBuildRelease "" "Rebuild"
|> ignore

Expand Down Expand Up @@ -216,7 +216,7 @@ Target "MergePowerShell" (fun _ ->
CreateDir buildMergedDirPS

let toPack =
["paket.exe"; "Paket.Core.dll"; "FSharp.Core.dll"; "Newtonsoft.Json.dll"; "Argu.dll"; "Paket.PowerShell.dll"]
["paket.exe"; "Paket.Core.dll"; "FSharp.Core.dll"; "Newtonsoft.Json.dll"; "Argu.dll"; "Chessie.dll"; "Paket.PowerShell.dll"]
|> List.map (fun l -> buildDir @@ l)
|> separated " "

Expand Down

0 comments on commit a5ed5c1

Please sign in to comment.