From d6f785c1fdad87bf040cf5ac24a7104e1570952c Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Wed, 11 Nov 2020 12:04:28 -0800 Subject: [PATCH] python CI needs updated name of exclude_path instead of excludePath --- eng/common/scripts/update-docs-ci.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/scripts/update-docs-ci.ps1 b/eng/common/scripts/update-docs-ci.ps1 index 466df8a9265..2c9df316199 100644 --- a/eng/common/scripts/update-docs-ci.ps1 +++ b/eng/common/scripts/update-docs-ci.ps1 @@ -81,7 +81,7 @@ function UpdateParamsJsonPython($pkgs, $ciRepo, $locationInDocRepo){ install_type = "pypi" name=$releasingPkg.PackageId } - excludePath = @("test*","example*","sample*","doc*") + exclude_path = @("test*","example*","sample*","doc*") } $allJson.packages += $newItem }