Install `bc` as a Linux prerequisite (#15046)
commit607bd23f2eb398650cd4ba596c24dd0c5e6fc33b
authorJo Shields <joshield@microsoft.com>
Wed, 12 Jun 2019 19:45:22 +0000 (12 15:45 -0400)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2019 19:45:22 +0000 (12 15:45 -0400)
treef834d83533525658b336d573e3b90782093e0339
parent698aed3946a21d5bef9198f4eae374dd17821984
Install `bc` as a Linux prerequisite (#15046)

Our run-step logic uses `bc` to calculate step times, so `bc` is
needed to avoid ugly things on the console like:
```
../scripts/ci/./run-step.sh: line 59: echo: write error: Broken pipe
```
scripts/ci/pipeline-netcore-runtime.yml