Skip to content

Commit 8b7db92

Browse files
committed
include all subdirs in zip release
1 parent 84acc7a commit 8b7db92

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#### 0.39.0
1+
#### 0.38.1 - 16.04.2019
2+
3+
* fix packaging of zip releases [#373](https://github.com/fsharp/FsAutoComplete/issues/373) by [@TOTBWF](https://github.com/TOTBWF)
24

35
#### 0.38.0 - 10.04.2019
46

build.fsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,10 @@ Target "ReleaseArchive" (fun _ ->
241241
CleanDirs [ "bin/pkgs" ]
242242
ensureDirectory "bin/pkgs"
243243

244-
!! "bin/release/*.*"
244+
!! "bin/release/**/*"
245245
|> Zip "bin/release" releaseArchive
246246

247-
!! "bin/release_netcore/*.*"
248-
++ "bin/release_netcore/runtimes/**"
247+
!! "bin/release_netcore/**/*"
249248
|> Zip "bin/release_netcore" releaseArchiveNetCore
250249
)
251250

0 commit comments

Comments
 (0)