Skip to content

Commit

Permalink
Merge pull request #3 from YaccConstructor/master
Browse files Browse the repository at this point in the history
update forked repository
  • Loading branch information
baygeldin committed Dec 16, 2015
2 parents 6558251 + 0ea24a6 commit 26ffa7b
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 26ffa7b

Please sign in to comment.