mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
tie things to version 12.0 of MSBuild
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user