From 412399ea1e27d2510f2d9a2df75d39a4e653fa65 Mon Sep 17 00:00:00 2001 From: scbedd <45376673+scbedd@users.noreply.github.com> Date: Thu, 12 Sep 2019 11:56:57 -0700 Subject: [PATCH] adding azure-eventhubs to the exception list. should result in what we expect unless another package installs it in dev mode --- .azure-pipelines/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/docs.yml b/.azure-pipelines/docs.yml index 80585395ba74..843bb1c73436 100644 --- a/.azure-pipelines/docs.yml +++ b/.azure-pipelines/docs.yml @@ -22,7 +22,7 @@ jobs: displayName: 'Install All Packages' inputs: scriptPath: 'scripts/dev_setup.py' - arguments: '--exceptionlist=azure-eventhubs-checkpointstoreblob-aio' + arguments: '--exceptionlist=azure-eventhubs,azure-eventhubs-checkpointstoreblob-aio' - powershell: | cd $(Build.SourcesDirectory)/doc/sphinx