Skip to content

Commit 58de436

Browse files
committed
fix
1 parent 4a5f7bc commit 58de436

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ for:
4545
}
4646
choco install docfx -y
4747
48-
if ($env:APPVEYOR_REPO_BRANCH -eq "openapi"){
48+
Write-Output $env:APPVEYOR_REPO_BRANCH
49+
if ($env:APPVEYOR_REPO_BRANCH -Eq 'openapi'){
4950
git fetch origin openapi:openapi
51+
Write-Output "YAY"
52+
} else {
53+
Write-Output "NAY"
5054
}
5155
5256
after_build:

0 commit comments

Comments
 (0)