Skip to content

Commit

Permalink
Merge branch 'release/0.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
giusepe committed Apr 16, 2018
2 parents 9e2e23f + 914a696 commit efe6ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ Task("UpdateAppVeyorBuildNumber")
AppVeyor.UpdateBuildVersion(buildVersion);

}).ReportError(exception =>
{
// When a build starts, the initial identifier is an auto-incremented value supplied by AppVeyor.
{
// When a build starts, the initial identifier is an auto-incremented value supplied by AppVeyor.
// As part of the build script, this version in AppVeyor is changed to be the version obtained from
// GitVersion. This identifier is purely cosmetic and is used by the core team to correlate a build
// with the pull-request. In some circumstances, such as restarting a failed/cancelled build the
Expand Down

0 comments on commit efe6ab5

Please sign in to comment.