Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying to make appveyor build # update consistent
  • Loading branch information
einari committed Jan 19, 2017
1 parent 1ba7b08 commit 0916ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.fsx
Expand Up @@ -254,8 +254,9 @@ Target "Build" <| fun _ ->
//*****************************************************************************
Target "UpdateVersionOnBuildServer" (fun _ ->
if( appveyor ) then
tracef "Updating build version for AppVeyor to %s" (buildVersion.AsString())
let allArgs = sprintf "UpdateBuild -Version \"%s\"" (buildVersion.AsString())
ProcessHelper.Shell.Exec("appveyor", args=allArgs) |> ignore
spawnProcess("appveyor", allArgs) |> ignore
)


Expand Down

0 comments on commit 0916ec3

Please sign in to comment.