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
When Invoke-MSBuild is called with the -debugMode flag we return the resulting ProjectInstance object. Users can use that object to then execute specific build targets. We could do the following to help here.
Add a function on the build result object to call build
Add a parameter to Invoke-MSBuild to accept a ProjectInstance (available only under -debugMode parameter set)
The text was updated successfully, but these errors were encountered:
When Invoke-MSBuild is called with the -debugMode flag we return the resulting
ProjectInstance
object. Users can use that object to then execute specific build targets. We could do the following to help here.The text was updated successfully, but these errors were encountered: