Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit c808b5e

Browse files
committed
Make AppVeyor display the sha of the commit being built
1 parent 2831bf9 commit c808b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ matrix:
2121

2222
install:
2323
- ps: |
24+
Write-Host "Commit being built = $($Env:APPVEYOR_REPO_COMMIT)"
2425
Write-Host "Current build version = $($Env:APPVEYOR_BUILD_VERSION)"
2526
Write-Host "Target branch = $($Env:APPVEYOR_REPO_BRANCH)"
2627
Write-Host "Is a Pull Request = $($Env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null)"

0 commit comments

Comments
 (0)