Unrevert else clause in TestMatrix
This commit is contained in:
parent
5409bd7270
commit
8aaf577742
|
|
@ -237,15 +237,17 @@ namespace Microsoft.AspNetCore.Server.IntegrationTesting
|
|||
{
|
||||
VaryByAncmHostingModel(variants, server, tfm, type, arch, archSkip);
|
||||
}
|
||||
|
||||
variants.Add(new TestVariant()
|
||||
else
|
||||
{
|
||||
Server = server,
|
||||
Tfm = tfm,
|
||||
ApplicationType = type,
|
||||
Architecture = arch,
|
||||
Skip = archSkip,
|
||||
});
|
||||
variants.Add(new TestVariant()
|
||||
{
|
||||
Server = server,
|
||||
Tfm = tfm,
|
||||
ApplicationType = type,
|
||||
Architecture = arch,
|
||||
Skip = archSkip,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue