From 8547cd440a58334d46a3e4497e946ffbfae4afd9 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Mon, 2 Dec 2019 19:49:20 -0600 Subject: [PATCH] AppVeyor no longer downloads DocFX except when building docs --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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