mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Run Fake in the cibuild.ps1 file.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user