Skip to content

Commit 0fdf341

Browse files
committed
Do not look for specific MSBuild version in build
1 parent 2599117 commit 0fdf341

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.fsx

-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ let gitName = "QuickGraph"
6565

6666
// The url for the raw files hosted
6767
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)
7168

7269
// --------------------------------------------------------------------------------------
7370
// END TODO: The rest of the file includes standard build steps

0 commit comments

Comments
 (0)