Browse Source

AppVeyor no longer downloads DocFX except when building docs

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
8547cd440a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@ -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


Loading…
Cancel
Save