Add CLI side of "latest patch for 2.1" in roll-forward logic

Also adjust comment with real reason for skipping test, pointing
to dotnet/sdk bug.
This commit is contained in:
Nick Guerrera 2018-07-30 17:44:29 -07:00
parent 9b4f9f26d9
commit d6a733c76b
2 changed files with 4 additions and 2 deletions

View file

@ -21,8 +21,9 @@ namespace EndToEnd
[ClassData(typeof(SupportedNetCoreAppVersions))]
public void ItRollsForwardToTheLatestVersion(string minorVersion)
{
// https://github.com/dotnet/cli/issues/9661: remove this once the ASP.NET version bump
// merges from 2.1.3xx -> 2.1.4xx -> 2.2.1xx
// https://github.com/dotnet/cli/issues/9661
// https://github.com/dotnet/sdk/issues/2446
// dotnet/sdk is missing handling for 2.1 when it isn't the latest runtime
if (minorVersion == "2.1")
{
return;