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.
This commit is contained in:
Daniel Jurek 2021-02-01 21:48:36 -08:00 committed by GitHub
parent c6b919ac2a
commit 2cc9099e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'], ''))