You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: Thinking about this some more it might actually be very hard to do right, as Targets can be imported from other files, and if you walk the whole hierarchy you might end up with hundreds of targets, most of which would be irrelevant to the user.
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:The text was updated successfully, but these errors were encountered: