Skip to content

-runtimeConfiguration breaks -r as a shortcut for restore on build.ps1 #2172

@billwert

Description

@billwert
PS E:\source\runtime [master ≡] > .\build.cmd -r
E:\source\runtime\eng\build.ps1 : Missing an argument for parameter 'runtimeConfiguration'. Specify a parameter of type 'System.String' and try again.
    + CategoryInfo          : InvalidArgument: (:) [build.ps1], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingArgument,build.ps1

This previously would run restore. Passing -restore works fine. Trivial fix is to just clean up the help text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions