Disableing 2.2 implicit framework tests because the packages haven't been published yet.
This commit is contained in:
parent
d81616de3e
commit
7dffd726de
2 changed files with 4 additions and 2 deletions
|
@ -226,7 +226,8 @@ namespace EndToEnd
|
|||
get
|
||||
{
|
||||
yield return new object[] { "2.1" };
|
||||
yield return new object[] { "2.2" };
|
||||
// https://github.com/dotnet/core-sdk/issues/780
|
||||
// yield return new object[] { "2.2" };
|
||||
yield return new object[] { LatestSupportedAspNetCoreAppVersion };
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,8 @@ namespace EndToEnd
|
|||
"1.1",
|
||||
"2.0",
|
||||
"2.1",
|
||||
"2.2",
|
||||
// https://github.com/dotnet/core-sdk/issues/780
|
||||
// "2.2",
|
||||
"3.0"
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue