Skip to content

Commit

Permalink
Fixing appveyor master version
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Mar 11, 2017
1 parent ce0446e commit c6a40cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
version: 5.0.0.{build}
configuration: Release

init:
- ps: Update-AppveyorBuild -Version "$($env:appveyor_build_version.Replace(".$env:appveyor_build_number", "."))$($env:appveyor_build_number.PadLeft(4, '0'))"

# Install scripts. (runs after repo cloning)
install:
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
Expand Down

0 comments on commit c6a40cf

Please sign in to comment.