forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement building the repo for multiple configurations and architect…
…ures with a single command on Windows. (dotnet#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.
- Loading branch information
1 parent
514db28
commit 2b27323
Showing
2 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters