Skip to content

Commit 00f981e

Browse files
committed
appveyor fix extra commit attached to version
1 parent 6cc3cbd commit 00f981e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: appveyor.yml

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ init:
1414
if($ver.StartsWith("v") -eq $true) { $ver = $ver.Substring(1) }
1515
Update-AppveyorBuild -Version $ver
1616
}
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-
}
2217
2318
environment:
2419
matrix:

0 commit comments

Comments
 (0)