File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ branches:
20
20
- unstable
21
21
- /release\/.+/
22
22
23
+ # This ensures the base branch is loaded which is required for regitlint to run.
24
+ clone_script :
25
+ - ps : |
26
+ git clone -q --branch=$env:APPVEYOR_REPO_BRANCH https://github.com/$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
27
+ git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
28
+ git checkout -qf FETCH_HEAD
29
+
23
30
pull_requests :
24
31
do_not_increment_build_number : true
25
32
36
43
- image : Visual Studio 2019
37
44
services :
38
45
- postgresql101
39
- # This ensures the base branch is loaded which is required for regitlint to run.
40
- clone_script :
41
- - ps : |
42
- git clone --branch=$env:APPVEYOR_REPO_BRANCH [email protected] :$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
43
- git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
44
- git checkout -qf FETCH_HEAD
45
46
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
46
47
before_build :
47
48
- pwsh : |
You can’t perform that action at this time.
0 commit comments