We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd3aeb commit 6f97303Copy full SHA for 6f97303
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.21.{build}
+version: 0.22.{build}
2
3
pull_requests:
4
do_not_increment_build_number: true
@@ -13,7 +13,7 @@ init:
13
- ps: >
14
if($env:APPVEYOR_REPO_TAG -eq "true" -And $env:APPVEYOR_REPO_TAG_NAME.StartsWith("v") -eq $true) {
15
16
- Set-AppVeyorBuildVariable -Name APPVEYOR_BUILD_VERSION -Value $env:APPVEYOR_REPO_TAG_NAME
+ Set-AppVeyorBuildVariable -Name APPVEYOR_BUILD_VERSION -Value $env:APPVEYOR_REPO_TAG_NAME.Substring(1)
17
18
}
19
0 commit comments