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:
parent
c6b919ac2a
commit
2cc9099e1a
@ -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'], ''))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user