Skip to content

Commit 54b2085

Browse files
committed
provisionary fix CI build
1 parent ce29af4 commit 54b2085

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Build.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ function CreateNuGetPackage {
9393
CheckLastExitCode
9494
}
9595

96+
function LoadOpenApiBranchIfRequired {
97+
if ($env:APPVEYOR_REPO_BRANCH -eq "openapi") {
98+
git fetch origin openapi:openapi
99+
}
100+
}
101+
102+
LoadOpenApiBranchIfRequired
103+
96104
dotnet tool restore
97105
CheckLastExitCode
98106

0 commit comments

Comments
 (0)