mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
trying a different approach to get this compiling using the right version of msbuild
This commit is contained in:
@@ -65,9 +65,19 @@ Target "FixProjects" (fun _ ->
|
||||
|> Fake.MSBuild.ProjectSystem.FixProjectFiles "./Octokit.Reactive/Octokit.Reactive.csproj"
|
||||
)
|
||||
|
||||
let setParams defaults = {
|
||||
defaults with
|
||||
ToolsVersion = Some("12.0")
|
||||
Targets = ["Build"]
|
||||
Properties =
|
||||
[
|
||||
"Configuration", buildMode
|
||||
]
|
||||
}
|
||||
|
||||
Target "BuildApp" (fun _ ->
|
||||
MSBuild null "Build" ["Configuration", buildMode] ["./Octokit.sln"]
|
||||
|> Log "AppBuild-Output: "
|
||||
build setParams "./Octokit.sln"
|
||||
|> DoNothing
|
||||
)
|
||||
|
||||
Target "ConventionTests" (fun _ ->
|
||||
|
||||
Reference in New Issue
Block a user