diff --git a/nuget/build-appveyor.ps1 b/nuget/build-appveyor.ps1 index 1e3ed5c7b0..cd75639a45 100644 --- a/nuget/build-appveyor.ps1 +++ b/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