Implement building the repo for multiple configurations and architectures with a...
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Wed, 11 Mar 2020 20:36:56 +0000 (13:36 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 20:36:56 +0000 (13:36 -0700)
commit2b27323e4aa61f540b8c6600f4add5b29860a0a3
tree7e2629ab7e2870864874971d4e28945a438245da
parent514db28b87f5053720db1c3a0e5b82495278515e
Implement building the repo for multiple configurations and architectures with a single command on Windows. (#33295)

* Implement building the repo for multiple configurations and architectures with a single command on Windows.

* Use -Command instead of -File to invoke pwsh build script.

* Run all builds and output which builds failed at the end (if any)

* Update help output.

* Prepend argument list with architecture args instead of appending so as to allow scripts to override them with MSBuild arguments.

* Fix typo.
build.cmd
eng/build.ps1