We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2831bf9 commit c808b5eCopy full SHA for c808b5e
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