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 6cc3cbd commit 00f981eCopy full SHA for 00f981e
appveyor.yml
@@ -14,11 +14,6 @@ init:
14
if($ver.StartsWith("v") -eq $true) { $ver = $ver.Substring(1) }
15
Update-AppveyorBuild -Version $ver
16
}
17
- elseif([System.String]::IsNullOrEmpty($env:APPVEYOR_PULL_REQUEST_NUMBER) -eq $true) {
18
- $ver = $env:APPVEYOR_BUILD_VERSION
19
- $commit = $env:APPVEYOR_REPO_COMMIT.substring(0,7)
20
- Update-AppveyorBuild -Version "$ver-$commit"
21
- }
22
23
environment:
24
matrix:
0 commit comments