Run Fake in the cibuild.ps1 file.

This commit is contained in:
Steffen Forkmann
2013-11-01 18:12:26 +01:00
parent 9b5fedf73d
commit f7c2ff0814
2 changed files with 2 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ if ($Clean) {
Write-Output "Building Octokit..."
Write-Output ""
$output = .\Build-Solution.ps1 FullBuild Release -MSBuildVerbosity quiet 2>&1
$output = .\"tools\FAKE.Core\tools\Fake.exe" "build.fsx"
if ($LastExitCode -ne 0) {
$exitCode = $LastExitCode