Fix build.ps1 argument handling
Open
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
Regressed with https://github.com/dotnet/msbuild/commit/9b7c97b8b10554deafe3fe9794d7eea9847b85d3
Some of the arguments that aren't defined as params in the eng/build.ps1 scripts but are available in Arcade's eng/common/build.ps1 script can't be used if other defined params exist with the same shortcut, i.e. `-build` because another param starting with a `b` is defined.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.