This commit is contained in:
FlightControl_Master 2018-03-25 08:17:33 +02:00
parent 7088c4c426
commit c4f2446b92

View File

@ -57,7 +57,7 @@ build_script:
"Content-type" = "application/json"
}
$RequestBody = @{ accountName = 'FlightControl-Master'; projectSlug = 'moose-include'; branch = "$env:appveyor_repo_branch"; environmentVariables = @{} } | ConvertTo-Json
# get project with last build details
# Generate the new version ...
$project = Invoke-RestMethod -method Post -Uri "$apiUrl/builds" -Headers $headers -Body $RequestBody
}
- ps: |