Open
Description
Task name
UseDotNet@2
Describe your feature request here
It's a common need to use a version of the .NET SDK that matches your VS install (as described by the https://aka.ms/dotnet/matrixofpaine) but to still remain on the latest patch release within that feature band.
The actions/setup-dotnet action for GitHub workflows supports specifying a version
like 8.0.3xx
to opt into 'latest patch release in the 300 feature band' semantics, and I think AzDo users should be able to use such a syntax as well.