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
[ci] Update dotnet and global tool installs (#1132)
The `performMultiLevelLookup` parameter has been removed from the dotnet
install steps to ensure that we always attempt to install / use a dotnet
in $(Agent.ToolsDirectory). The dotnet install path will also now be
cleaned up when running on macOS.
Global tools will now be uninstalled before installing the new version
to avoid any potential downgrade errors. Installation will also now use
the DotNetCoreCLI@2 task directly.
0 commit comments