This commit is contained in:
Justin Kotalik 2018-11-06 23:42:47 -08:00 коммит произвёл GitHub
Родитель 2f747d5055
Коммит 2b0ea782be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -14,8 +14,9 @@ namespace E2ETests
[Trait("E2Etests", "PublishAndRun")] [Trait("E2Etests", "PublishAndRun")]
public class PublishAndRunTests : LoggedTest public class PublishAndRunTests : LoggedTest
{ {
// ANCM tests disabled, see: https://github.com/aspnet/websdk/issues/422
public static TestMatrix TestVariants public static TestMatrix TestVariants
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys) => TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)
.WithTfms(Tfm.NetCoreApp30) .WithTfms(Tfm.NetCoreApp30)
.WithAllApplicationTypes() .WithAllApplicationTypes()
.WithAllAncmVersions() .WithAllAncmVersions()
@ -24,7 +25,7 @@ namespace E2ETests
// ANCM In-process cannot run on netcoreapp2.1 and below // ANCM In-process cannot run on netcoreapp2.1 and below
public static TestMatrix TestVariantsWithoutInproc public static TestMatrix TestVariantsWithoutInproc
=> TestMatrix.ForServers(ServerType.IISExpress, ServerType.Kestrel, ServerType.HttpSys) => TestMatrix.ForServers(ServerType.Kestrel, ServerType.HttpSys)
.WithTfms(Tfm.NetCoreApp30) .WithTfms(Tfm.NetCoreApp30)
.WithAllApplicationTypes() .WithAllApplicationTypes()
.WithAllAncmVersions() .WithAllAncmVersions()