Skip to content

Commit

Permalink
New FixIt task - closes #197
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 8, 2013
1 parent 6b56f4a commit e4a6f05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: "
Expand Down

0 comments on commit e4a6f05

Please sign in to comment.