tie things to version 12.0 of MSBuild

This commit is contained in:
Brendan Forster
2015-07-19 12:40:03 +09:30
parent fae9fc0ab8
commit cf86cb1ba1
+4 -1
View File
@@ -29,7 +29,10 @@ let releaseNotes =
let buildMode = getBuildParamOrDefault "buildMode" "Release"
MSBuildDefaults <- { MSBuildDefaults with Verbosity = Some MSBuildVerbosity.Minimal }
MSBuildDefaults <- {
MSBuildDefaults with
ToolsVersion = Some "12.0"
Verbosity = Some MSBuildVerbosity.Minimal }
Target "Clean" (fun _ ->
CleanDirs [buildDir; reactiveBuildDir; testResultsDir; packagingRoot; packagingDir; reactivePackagingDir]