Browse Source

Modify ci build versioning scheme

pull/534/head
Steven Kirk 10 years ago
parent
commit
1f221302f0
  1. 2
      nuget/build-appveyor.ps1

2
nuget/build-appveyor.ps1

@ -7,7 +7,7 @@ Push-Location $dir
sv version $env:APPVEYOR_BUILD_NUMBER
#sv version "1-debug"
sv version 9999.0.$version-nightly
sv version 0.2.0.$version-nightly
sv key $env:myget_key
. ".\include.ps1"

Loading…
Cancel
Save