Skip to content

Commit

Permalink
Moving build number to the third section of version
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKaczmarek committed Aug 24, 2015
1 parent 9ac5b94 commit 6e4e894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.5.0.{build}
version: 0.5.{build}.0

install:
- cinst -y pester
Expand Down Expand Up @@ -35,4 +35,4 @@ after_test:
$nuGetPackageName = $nuGetPackageName = $env:APPVEYOR_PROJECT_NAME + "." + $env:APPVEYOR_BUILD_VERSION + ".nupkg"
Get-ChildItem "$env:APPVEYOR_BUILD_FOLDER\$nuGetPackageName" | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 comments on commit 6e4e894

Please sign in to comment.