1 changed files with 4 additions and 0 deletions
@ -1,3 +1,7 @@ |
|||
$scriptpath = $MyInvocation.MyCommand.Path |
|||
$dir = Split-Path $scriptpath |
|||
Push-Location $dir |
|||
|
|||
sv version $env:APPVEYOR_BUILD_NUMBER |
|||
sv version 9999.0.$version-nightly |
|||
.\build-version.ps1 $version |
|||
|
|||
Loading…
Reference in new issue