Skip to content

Commit

Permalink
Include FakeLib.XML in FakeLib NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaDrivenDev committed Aug 28, 2017
1 parent 81ed051 commit a0d5d0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,12 @@ Target "CreateNuGet" (fun _ ->
deleteFCS nugetToolsDir
| p when p = "FAKE.Lib" ->
CleanDir nugetLib451Dir
!! (buildDir @@ "FakeLib.dll") |> Copy nugetLib451Dir
{
BaseDirectory = buildDir
Includes = [ "FakeLib.dll"; "FakeLib.XML" ]
Excludes = []
}
|> Copy nugetLib451Dir
deleteFCS nugetLib451Dir
| _ ->
CopyDir nugetToolsDir (buildDir @@ package) allFiles
Expand Down

0 comments on commit a0d5d0e

Please sign in to comment.