File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ branches:
20
20
- unstable
21
21
- /release\/.+/
22
22
23
- clone_script :
24
- - ps : |
25
- git clone --branch=$env:appveyor_repo_branch [email protected] :$env:appveyor_repo_name.git $env:appveyor_build_folder
26
- git fetch -q origin +refs/pull/$env:appveyor_pull_request_number/merge:
27
- git checkout -qf FETCH_HEAD
28
-
29
23
pull_requests :
30
24
do_not_increment_build_number : true
31
25
43
37
services :
44
38
- postgresql101
45
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:
44
+ git checkout -qf FETCH_HEAD
46
45
before_build :
47
46
- pwsh : |
48
- if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE ) {
47
+ if (-Not $env:APPEVEYOR_PULL_REQUEST_TITLE ) {
49
48
# https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
50
49
git checkout $env:APPVEYOR_REPO_BRANCH -q
51
50
}
You can’t perform that action at this time.
0 commit comments