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

Commit

Permalink
Merge pull request #84 from netspiri/fix/appveyor-tag-build-number
Browse files Browse the repository at this point in the history
Remove 'Reset Build Number to 0' Logic
  • Loading branch information
guwirth committed Jan 14, 2016
2 parents 62f4042 + 037f616 commit d15e65e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ before_build:
- ps: |
$revision = $env:APPVEYOR_BUILD_NUMBER
if ($env:APPVEYOR_REPO_TAG -eq $true) {
$revision = 0
}
Vsix-IncrementVsixVersion .\BoostTestPlugin\source.extension.vsixmanifest $revision revision | Vsix-UpdateBuildVersion -updateOnPullRequests
build:
verbosity: minimal
Expand Down

0 comments on commit d15e65e

Please sign in to comment.