9 references to DeployApp
IISExpress.FunctionalTests (9)
InProcess\AppOfflineIISExpressTests.cs (1)
27
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
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)
82
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
94
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);
105
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
123
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);
177
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
367
var deploymentResult = await
DeployApp
(HostingModel.InProcess);
382
var deploymentResult = await
DeployApp
(HostingModel.OutOfProcess);