Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2015-01-21 01:44:07 +0300
committernulltoken <emeric.fermas@gmail.com>2015-01-21 01:44:07 +0300
commitc808b5efb31ab5c590d9923f1ab04157cb101b3b (patch)
tree0886e83f3d8f6de61ecf508d336344e224f8de3c /appveyor.yml
parent2831bf9cf3114ae37d7dcd1c8cc9d862f0cc1b18 (diff)
Make AppVeyor display the sha of the commit being built
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index aca3cde7..f92c8b82 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,6 +21,7 @@ matrix:
install:
- ps: |
+ Write-Host "Commit being built = $($Env:APPVEYOR_REPO_COMMIT)"
Write-Host "Current build version = $($Env:APPVEYOR_BUILD_VERSION)"
Write-Host "Target branch = $($Env:APPVEYOR_REPO_BRANCH)"
Write-Host "Is a Pull Request = $($Env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null)"