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
Fix DisableWorkloadResolverSentinelPath on .NET Framework (#40787)
As pointed out in dotnet/msbuild#10118, we currently look for the file in arch subfolders such as `MSBuild\Current\Bin\amd64\SdkResolvers`), which doesn't look expected. `SdkResolvers` is present only under the base (x86) installation path.
0 commit comments