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)
81
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
93
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);
104
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
122
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);
176
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
366
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
381
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);