Tweak coreclr test build script (#81975)
authorBruce Forstall <brucefo@microsoft.com>
Fri, 10 Feb 2023 23:58:08 +0000 (16:58 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2023 23:58:08 +0000 (15:58 -0800)
commit221b69fd48142ebc252348850c2527df90826538
tree9c600d5f99d801699cf46787d937de13bc8c5569
parent7576cc5d467d56d9f61dccc333cb8de29601fd80
Tweak coreclr test build script (#81975)

1. No longer use `-priority=1` syntax: use `-priority 1` instead.
It was already documented this way, and probably works both ways on
Windows because batch scripts "eat" the `=` sign sometimes.
2. Fix a YML script to not pass the `=`. This is probably unused code
currently because we build tests in CoreCLR on Linux.
3. Add a few more `%MsgPrefix%` output lines.
eng/pipelines/coreclr/templates/xplat-pipeline-job.yml
src/tests/build.cmd