diff --git a/eng/pipelines/docindex.yml b/eng/pipelines/docindex.yml index 2cd6eb24cef2..38e5cddb8e32 100644 --- a/eng/pipelines/docindex.yml +++ b/eng/pipelines/docindex.yml @@ -81,6 +81,7 @@ jobs: arguments: >- -DocRepoLocation $(DocRepoLocation) -PackageSourceOverride "https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/" + -ImageId '$(DocValidationImageId)' displayName: Update Docs Onboarding for Daily branch - task: Powershell@2