mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +00:00
Merge pull request #199 from forki/ProjectSystemFix
New FixIt task - closes #197
This commit is contained in:
@@ -45,6 +45,11 @@ Target "CheckProjects" (fun _ ->
|
||||
|> Fake.MSBuild.ProjectSystem.CompareProjectsTo "./Octokit/Octokit.csproj"
|
||||
)
|
||||
|
||||
Target "FixProjects" (fun _ ->
|
||||
!! "./Octokit/Octokit*.csproj"
|
||||
|> Fake.MSBuild.ProjectSystem.FixMissingFiles "./Octokit/Octokit.csproj"
|
||||
)
|
||||
|
||||
Target "BuildApp" (fun _ ->
|
||||
MSBuild null "Build" ["Configuration", buildMode] ["./Octokit.sln"]
|
||||
|> Log "AppBuild-Output: "
|
||||
|
||||
Reference in New Issue
Block a user