Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Drop updating of AppVeyorBuildVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Sep 7, 2017
1 parent 5312802 commit 4f5c353
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 @@ -128,8 +128,8 @@ Task("SetBuildInfo")
}
// End of debug info

if (BuildSystem.IsRunningOnAppVeyor)
AppVeyor.UpdateBuildVersion(Build.PackageVersion);
//if (BuildSystem.IsRunningOnAppVeyor)
// AppVeyor.UpdateBuildVersion(Build.PackageVersion);
});

//////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 4f5c353

Please sign in to comment.