File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ 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
+ - pwsh : |
26
+ Write-Output "TEST";
27
+ git clone --branch=$env:APPVEYOR_REPO_BRANCH git@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
+
23
31
pull_requests :
24
32
do_not_increment_build_number : true
25
33
36
44
- image : Visual Studio 2019
37
45
services :
38
46
- postgresql101
39
- # This ensures the base branch is loaded which is required for regitlint to run.
40
- clone_script :
41
- - pwsh : |
42
- Write-Output "TEST";
43
- git clone --branch=$env:APPVEYOR_REPO_BRANCH git@github.com:$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
44
- git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
45
- git checkout -qf FETCH_HEAD
46
47
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
47
48
before_build :
48
49
- pwsh : |
You can’t perform that action at this time.
0 commit comments