We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2599117 commit 0fdf341Copy full SHA for 0fdf341
build.fsx
@@ -65,9 +65,6 @@ let gitName = "QuickGraph"
65
66
// The url for the raw files hosted
67
let gitRaw = environVarOrDefault "gitRaw" "https://raw.github.com/YaccConstructor"
68
-let MSBuild12 = (ProgramFilesX86 @@ @"\MSBuild\12.0\Bin")
69
-let MSBuild14 = (ProgramFilesX86 @@ @"\MSBuild\14.0\Bin")
70
-do setEnvironVar "MSBuild" (if (Directory.Exists(MSBuild12)) then MSBuild12 else MSBuild14)
71
72
// --------------------------------------------------------------------------------------
73
// END TODO: The rest of the file includes standard build steps
0 commit comments