We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1153ff commit ad335feCopy full SHA for ad335fe
appveyor.yml
@@ -39,8 +39,8 @@ for:
39
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
40
clone_script:
41
- ps: |
42
- git clone --branch=$env:APPEVEYOR_REPO_BRANCH [email protected]:$env:APPEVEYOR_REPO_NAME.git $env:APPEVEYOR_BUILD_FOLDER
43
- git fetch -q origin +refs/pull/$env:APPEVEYOR_PULL_REQUEST_NUMBER/merge:
+ git clone --branch=$env:APPVEYOR_REPO_BRANCH [email protected]:$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
+ git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
44
git checkout -qf FETCH_HEAD
45
before_build:
46
- pwsh: |
0 commit comments