File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -93,14 +93,6 @@ function CreateNuGetPackage {
93
93
CheckLastExitCode
94
94
}
95
95
96
- function LoadOpenApiBranchIfRequired {
97
- if ($env: APPVEYOR_REPO_BRANCH -eq " openapi" ) {
98
- git fetch origin openapi:openapi
99
- }
100
- }
101
-
102
- LoadOpenApiBranchIfRequired
103
-
104
96
dotnet tool restore
105
97
CheckLastExitCode
106
98
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ branches:
20
20
- unstable
21
21
- /release\/.+/
22
22
23
+ clone_script :
24
+ - ps : |
25
+ git clone --branch=$env:appveyor_repo_branch git@github.com:$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
+
23
29
pull_requests :
24
30
do_not_increment_build_number : true
25
31
You can’t perform that action at this time.
0 commit comments