diff --git a/appveyor.yml b/appveyor.yml index 5680c068..dcab5753 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ install: - git submodule update --init --recursive - nuget restore - ps: | - if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) + if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE -And $env:BUILD_DOC -Eq 'yes') { #git checkout $env:APPVEYOR_REPO_BRANCH -q choco install docfx -y