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
We want to launch "the right" TaskHost in "the right" environment, and those decisions depend on knowing the .NET SDK that is resolved to build a project. We'll need to get that information from the project during evaluation (probably after properties/items and before the UsingTask pass so we can populate the tasks with the right information.
The text was updated successfully, but these errors were encountered:
We want to launch "the right" TaskHost in "the right" environment, and those decisions depend on knowing the .NET SDK that is resolved to build a project. We'll need to get that information from the project during evaluation (probably after properties/items and before the
UsingTask
pass so we can populate the tasks with the right information.The text was updated successfully, but these errors were encountered: