File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ 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
-
30
23
pull_requests :
31
24
do_not_increment_build_number : true
32
25
51
44
git checkout $env:APPVEYOR_REPO_BRANCH -q
52
45
}
53
46
choco install docfx -y
47
+
48
+ if ($env:APPVEYOR_REPO_BRANCH -eq "openapi"){
49
+ git fetch origin openapi:openapi
50
+ }
51
+
54
52
after_build :
55
53
- pwsh : |
56
54
CD ./docs
Original file line number Diff line number Diff line change 937
937
"type" : " string" ,
938
938
"nullable" : true
939
939
},
940
- "plannedDeparture " : {
940
+ "departsAt " : {
941
941
"type" : " string" ,
942
942
"format" : " date-time"
943
943
}
You can’t perform that action at this time.
0 commit comments