Skip to content

Commit

Permalink
Bump version to 5.0.0-alpha015
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Aug 27, 2017
1 parent 234f6b5 commit f11ac3b
Show file tree
Hide file tree
Showing 9 changed files with 12 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 @@
#### 5.0.0-alpha015 - 27.08.2017
* Update Paket.core

#### 5.0.0-alpha014 - 28.07.2017
* Disable MSBuild NodeReuse by default - https://github.com/fsharp/FAKE/pull/1600
* MSTest: add Tests parameter to specify list of tests - https://github.com/fsharp/FAKE/pull/1615
Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ Target "DotnetPackage" (fun _ ->
| Some r -> r, r
| None -> "current", info.RID

DotnetRestore (fun c -> {c with Runtime = Some runtime}) proj
//DotnetRestore (fun c -> {c with Runtime = Some runtime}) proj
let outDir = nugetDir @@ projName @@ runtimeName
DotnetPublish (fun c ->
{ c with
Expand Down Expand Up @@ -974,7 +974,7 @@ Target "Release" ignore
==> "StartDnc"
==> "InstallDotnetCore"
==> "DownloadPaket"
==> "DotnetRestore"
//==> "DotnetRestore"
==> "DotnetPackage"

// Dependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(* -- Fake Dependencies paket-inline
storage: none
source https://nuget.org/api/v2
source ../../../nuget/dotnetcore
//source https://ci.appveyor.com/nuget/paket
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// [ FAKE GROUP ]
group netcore
storage: none
source https://nuget.org/api/v2
//source https://ci.appveyor.com/nuget/paket
source https://ci.appveyor.com/nuget/fake
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(* -- Fake Dependencies paket-inline
storage: none
source https://nuget.org/api/v2
source ../../../nuget/dotnetcore
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(* -- Fake Dependencies paket-inline
storage: none
source https://nuget.org/api/v2
source ../../../nuget/dotnetcore
//source https://ci.appveyor.com/nuget/paket
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(* -- Fake Dependencies paket-inline
storage: none
source https://nuget.org/api/v2
source ../../../nuget/dotnetcore
//source https://ci.appveyor.com/nuget/paket
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(* -- Fake Dependencies paket-inline
storage: none
source https://nuget.org/api/v2
source ../../../nuget/dotnetcore
//source https://ci.appveyor.com/nuget/paket
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source https://nuget.org/api/v2
storage: none
//source https://ci.appveyor.com/nuget/paket
source ../../../nuget/dotnetcore

Expand Down

0 comments on commit f11ac3b

Please sign in to comment.