8 references to DeployApp
IIS.LongTests (8)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
59
var deploymentResult = await
DeployApp
(hostingModel);
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (7)
80
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
92
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);
103
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
121
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);
175
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
365
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
380
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);