Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't assume first argument in build.ps1 is subset (#97330)
* Don't assume first argument in build.ps1 is subset We assumed the first argument to the build script is the subset, but that doesn't work if you have `build.cmd /p:SomeProperty=value` like we have in the VMR. Instead do what build.sh does and check whether the first argument looks like a valid subset string and only use it in that case. Fixes dotnet/source-build#3790 * Update eng/build.ps1 Co-authored-by: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com> --------- Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com> Co-authored-by: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com>
- Loading branch information