We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87148fb commit 1d27ab1Copy full SHA for 1d27ab1
appveyor.yml
@@ -27,6 +27,7 @@ clone_script:
27
git clone -q --branch=$env:APPVEYOR_REPO_BRANCH https://github.com/$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
28
git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
29
git checkout -qf FETCH_HEAD
30
+ Write-Output git rev-parse 'openapi'
31
32
pull_requests:
33
do_not_increment_build_number: true
0 commit comments