Skip to content

Commit

Permalink
Fix build.fsx: use msbuild 12, docs generation turned off.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed Nov 12, 2015
1 parent 6558251 commit 0ea24a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let gitName = "QuickGraph"
// The url for the raw files hosted
let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/YaccConstructor"

do setEnvironVar "MSBuild" (ProgramFilesX86 @@ @"\MSBuild\14.0\Bin")
do setEnvironVar "MSBuild" (ProgramFilesX86 @@ @"\MSBuild\12.0\Bin")

// --------------------------------------------------------------------------------------
// END TODO: The rest of the file includes standard build steps
Expand Down Expand Up @@ -343,8 +343,8 @@ Target "All" DoNothing
==> "CopyBinaries"
==> "RunMSTests"
==> "RunNUnitTests"
==> "GenerateReferenceDocs"
==> "GenerateDocs"
//==> "GenerateReferenceDocs"
//==> "GenerateDocs"
==> "All"
=?> ("ReleaseDocs",isLocalBuild)

Expand Down

0 comments on commit 0ea24a6

Please sign in to comment.