Skip to content

Add explicit parameters to Invoke-MSBuild #1

@redoz

Description

@redoz

I'd like to see a Target parameter for Invoke-MSBuild added as [string[]] so we don't need to pass it as a string in MsBuildParameters.

I'd also like a Properties parameter of type [hashtable] so we could write things like this:

Invoke-MSBuild -Target Clean,Build -Properties @{Configuration='Debug';OutDir='..\artifacts\'}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions