We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2831bf9 + c808b5e commit ae69104Copy full SHA for ae69104
appveyor.yml
@@ -21,6 +21,7 @@ matrix:
21
22
install:
23
- ps: |
24
+ Write-Host "Commit being built = $($Env:APPVEYOR_REPO_COMMIT)"
25
Write-Host "Current build version = $($Env:APPVEYOR_BUILD_VERSION)"
26
Write-Host "Target branch = $($Env:APPVEYOR_REPO_BRANCH)"
27
Write-Host "Is a Pull Request = $($Env:APPVEYOR_PULL_REQUEST_NUMBER -ne $null)"
0 commit comments