We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118c618 commit 6345b86Copy full SHA for 6345b86
appveyor.yml
@@ -15,7 +15,7 @@ init:
15
16
if ($env:APPVEYOR_REPO_TAG -eq "true") {
17
$ver = $env:APPVEYOR_REPO_TAG_NAME
18
- if($ver.StartsWith("v") -eq $true) { $ver = $version.Substring(1) }
+ if($ver.StartsWith("v") -eq $true) { $ver = $ver.Substring(1) }
19
Update-AppveyorBuild -Version $ver
20
}
21
elseif([System.String]::IsNullOrEmpty($env:APPVEYOR_PULL_REQUEST_NUMBER) -eq $true) {
0 commit comments