Browse Source

build: Change location to script's directory

pull/148/head
Nikita Tsukanov 11 years ago
parent
commit
8cbca4500d
  1. 4
      nuget/build-appveyor.ps1

4
nuget/build-appveyor.ps1

@ -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…
Cancel
Save