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.
2 parents c4fa91f + 0d5d754 commit d13c951Copy full SHA for d13c951
appveyor.yml
@@ -15,8 +15,8 @@ build_script:
15
- ps: |
16
$buildNumber = 0
17
if($env:APPVEYOR_REPO_TAG -eq "true") {
18
- $buildNumber = $env:APPVEYOR_REPO_TAG_NAME
19
- Write-Host “Found git tag. Setting package suffix to '$buildNumber'"
+ $buildNumber = ""
+ Write-Host “Found git tag. Not setting package suffix"
20
}
21
else {
22
$buildNumber = "-$env:APPVEYOR_BUILD_NUMBER"
0 commit comments