Unrevert else clause in TestMatrix
This commit is contained in:
parent
5409bd7270
commit
8aaf577742
|
|
@ -237,7 +237,8 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
|
||||||
{
|
{
|
||||||
VaryByAncmHostingModel(variants, server, tfm, type, arch, archSkip);
|
VaryByAncmHostingModel(variants, server, tfm, type, arch, archSkip);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
variants.Add(new TestVariant()
|
variants.Add(new TestVariant()
|
||||||
{
|
{
|
||||||
Server = server,
|
Server = server,
|
||||||
|
|
@ -248,6 +249,7 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private string SkipIfArchitectureNotSupportedOnCurrentSystem(RuntimeArchitecture arch)
|
private string SkipIfArchitectureNotSupportedOnCurrentSystem(RuntimeArchitecture arch)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue