Skip to content

Commit a5c5974

Browse files
author
Eirik Tsarpalis
committed
fix packaging issues; update RELEASE_NOTES.md
1 parent 98674c8 commit a5c5974

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.0.21-alpha01 - 28.12.2017
2+
* Fix packaging issues
3+
* Reference FSharp.Core 4.3 for nestandard builds
4+
5+
### 2.0.20 - 16.12.2017
6+
* Target .NET Standard
7+
18
### 2.0.19-alpha01 - 22.12.2017
29
* Target .NET Standard
310

build.fsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Target "NuGet" (fun _ ->
9191
Target "PublishNuget" (fun _ ->
9292
Paket.Push(fun p ->
9393
{ p with
94-
WorkingDir = "temp" })
94+
WorkingDir = buildDir })
9595
)
9696

9797
// --------------------------------------------------------------------------------------
@@ -246,7 +246,7 @@ Target "All" DoNothing
246246
=?> ("GenerateReferenceDocs",isLocalBuild && not isMono)
247247
=?> ("GenerateDocs",isLocalBuild && not isMono)
248248
==> "All"
249-
//=?> ("ReleaseDocs",isLocalBuild && not isMono)
249+
=?> ("ReleaseDocs",isLocalBuild && not isMono)
250250

251251
"All"
252252
==> "NuGet"
@@ -263,8 +263,8 @@ Target "All" DoNothing
263263
"GenerateHelp"
264264
==> "KeepRunning"
265265

266-
//"ReleaseDocs"
267-
// ==> "Release"
266+
"ReleaseDocs"
267+
==> "Release"
268268

269269
"BuildPackage"
270270
==> "PublishNuget"

0 commit comments

Comments
 (0)