Browse Source

Set AppVeyor build number to match everything else

af/merge-core
Jeavon 10 years ago
parent
commit
3949ed8005
  1. 1
      appveyor.yml

1
appveyor.yml

@ -18,6 +18,7 @@ install:
- "SET PATH=C:\\Program Files\\dotnet\\bin;%PATH%" - "SET PATH=C:\\Program Files\\dotnet\\bin;%PATH%"
- ps: .\build\appveyor-semver.ps1 - ps: .\build\appveyor-semver.ps1
- ps: Update-AppveyorBuild -Version "v$Env:appveyor_version"
assembly_info: assembly_info:
patch: true patch: true

Loading…
Cancel
Save