From 2cc9099e1ae63d9905ceceddee3d38aa1e991af0 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Mon, 1 Feb 2021 21:48:36 -0800 Subject: [PATCH] Add bypass-local-dns.yml to CI and test jobs (#1497) * Add bypass-local-dns.yml to CI and test jobs * Remove from client builds. Use of pools does not set variables needed for this to run. The fix may belong in another change. --- eng/pipelines/templates/jobs/archetype-sdk-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/templates/jobs/archetype-sdk-tests.yml b/eng/pipelines/templates/jobs/archetype-sdk-tests.yml index 954535d1d..c33a0a9a9 100644 --- a/eng/pipelines/templates/jobs/archetype-sdk-tests.yml +++ b/eng/pipelines/templates/jobs/archetype-sdk-tests.yml @@ -99,6 +99,8 @@ jobs: - checkout: self submodules: recursive + - template: /eng/common/pipelines/templates/steps/bypass-local-dns.yml + # Install apt dependencies (if appropriate) - bash: sudo apt install -y $(AptDependencies) condition: and(succeededOrFailed(), ne(variables['AptDependencies'], ''))