Skip to content

Commit 723036f

Browse files
committed
fix build by making xml doc file
1 parent a24e87d commit 723036f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.fsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ do xake {ExecOptions.Default with Vars = ["NETFX-TARGET", "4.5"]; FileLog = "bui
6464

6565
"bin/Xake.Core.dll" *> fun file -> action {
6666

67-
// TODO --doc:..\bin\Xake.Core.XML --- multitarget rule!
67+
// TODO multitarget rule!
68+
let xml = "bin/Xake.Core.XML" // file.FullName .- "XML"
6869

6970
let sources = fileset {
7071
basedir "core"
@@ -97,7 +98,7 @@ do xake {ExecOptions.Default with Vars = ["NETFX-TARGET", "4.5"]; FileLog = "bui
9798
Ref = !! "bin/FSharp.Core.dll"
9899
RefGlobal = ["mscorlib.dll"; "System.dll"; "System.Core.dll"; "System.Windows.Forms.dll"]
99100
Define = ["TRACE"]
100-
CommandArgs = ["--optimize+"; "--warn:3"; "--warnaserror:76"; "--utf8output"]
101+
CommandArgs = ["--optimize+"; "--warn:3"; "--warnaserror:76"; "--utf8output"; "--doc:" + xml]
101102
}
102103

103104
}

0 commit comments

Comments
 (0)